mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Remain extra \n on INFO log msg
Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: 1e44bba4af6c417e10cbf7aa459a8225dfb89d6c Component: engine
This commit is contained in:
@@ -376,7 +376,7 @@ func (r *remote) runContainerdDaemon() error {
|
||||
if err := cmd.Start(); err != nil {
|
||||
return err
|
||||
}
|
||||
logrus.Infof("New containerd process, pid: %d\n", cmd.Process.Pid)
|
||||
logrus.Infof("New containerd process, pid: %d", cmd.Process.Pid)
|
||||
|
||||
if _, err := f.WriteString(fmt.Sprintf("%d", cmd.Process.Pid)); err != nil {
|
||||
utils.KillProcess(cmd.Process.Pid)
|
||||
|
||||
Reference in New Issue
Block a user