Commit 81c64768 authored by Juan Benet's avatar Juan Benet

Merge pull request #1760 from MichaelMure/missing_new_line

Add a new line in the output of ipfs log level
parents 00209184 f9af496a
...@@ -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