We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14a5c5 commit ea1e27dCopy full SHA for ea1e27d
src/utils.rs
@@ -48,7 +48,7 @@ pub fn log_output(msg: &str, logger: &Logger, quiet: bool, with_timestamp: bool)
48
let full_msg = if with_timestamp {
49
format!("\n\n[{}] {}", now(), msg)
50
} else {
51
- format!("{}", msg.to_string())
+ msg.to_string()
52
};
53
54
if !quiet {
0 commit comments