1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-01 16:05:47 +08:00

Add a new line in the output of ipfs log level

License: MIT
Signed-off-by: Michael Muré <mure.michael@gmail.com>
This commit is contained in:
Michael Muré
2015-09-27 18:54:45 +02:00
parent 0020918465
commit f9af496ae8

View File

@ -58,7 +58,7 @@ output of a running daemon.
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)
res.SetOutput(&MessageOutput{s})
},