Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
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
Update client/cli/src/logging.rs
Co-authored-by: André Silva <[email protected]>
  • Loading branch information
bkchr and andresilva authored Nov 12, 2020
commit 26969b923ee97aa8291b21a93fd05a7ee7162448
2 changes: 1 addition & 1 deletion client/cli/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use regex::Regex;
/// Span name used for the logging prefix. See macro `sc_cli::prefix_logs_with!`
pub const PREFIX_LOG_SPAN: &str = "substrate-log-prefix";

/// A writer that may writes to `inner_writer` with colors.
/// A writer that may write to `inner_writer` with colors.
///
/// This is used by [`EventFormat`] to kill colors when `enable_color` is `false`.
///
Expand Down