Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into rk-collation-2591
  • Loading branch information
eskimor committed Mar 12, 2021
commit 84f2c4c7786a8f74f6ca9368629728382fe51e8d
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/network/collator-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
futures = "0.3.12"
tracing = "0.1.22"
tracing = "0.1.25"
thiserror = "1.0.23"

polkadot-primitives = { path = "../../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/network/collator-protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use polkadot_node_subsystem_util::{
mod collator_side;
mod validator_side;

const LOG_TARGET: &'static str = "collator_protocol";
const LOG_TARGET: &'static str = "parachain::collator-protocol";

#[derive(Debug, Error)]
enum Error {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.