Companion PR for 7934 (#2348)

* Telemetry API struct renamed

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Cecile Tonglet
2021-01-29 12:18:39 +01:00
committed by GitHub
parent 7f019517ca
commit c38ab3c331
4 changed files with 142 additions and 142 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ pub fn run() -> Result<()> {
})?)
},
Some(Subcommand::ValidationWorker(cmd)) => {
let mut builder = sc_cli::GlobalLoggerBuilder::new("");
let mut builder = sc_cli::LoggerBuilder::new("");
builder.with_colors(false);
let _ = builder.init();