mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
write newline after every log message.
This commit is contained in:
@@ -293,6 +293,7 @@ func (w *WriteBroadcaster) Write(p []byte) (n int, err error) {
|
||||
continue
|
||||
}
|
||||
lp = append(lp, b...)
|
||||
lp = append(lp, '\n')
|
||||
}
|
||||
}
|
||||
if n, err := sw.wc.Write(lp); err != nil || n != len(lp) {
|
||||
|
||||
Reference in New Issue
Block a user