mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remain extra \n on INFO log msg
Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
0147164cfd
commit
1e44bba4af
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ func (r *remote) runContainerdDaemon() error {
|
||||||
if err := cmd.Start(); err != nil {
|
if err := cmd.Start(); err != nil {
|
||||||
return err
|
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 {
|
if _, err := f.WriteString(fmt.Sprintf("%d", cmd.Process.Pid)); err != nil {
|
||||||
utils.KillProcess(cmd.Process.Pid)
|
utils.KillProcess(cmd.Process.Pid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue