Commit f9af496a authored by Michael Muré's avatar Michael Muré

Add a new line in the output of ipfs log level

License: MIT
Signed-off-by: default avatarMichael Muré <mure.michael@gmail.com>
parent 00209184
...@@ -58,7 +58,7 @@ output of a running daemon. ...@@ -58,7 +58,7 @@ output of a running daemon.
return return
} }
s := fmt.Sprintf("Changed log level of '%s' to '%s'", subsystem, level) s := fmt.Sprintf("Changed log level of '%s' to '%s'\n", subsystem, level)
log.Info(s) log.Info(s)
res.SetOutput(&MessageOutput{s}) res.SetOutput(&MessageOutput{s})
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment