Fix logging formatting
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: aa01ee4ac5b8bd2be25db06938533347223f30ba Component: engine
This commit is contained in:
@ -117,7 +117,7 @@ func (ctr *container) start(checkpoint string, checkpointDir string, attachStdio
|
||||
select {
|
||||
case <-ready:
|
||||
if err := ctr.sendCloseStdin(); err != nil {
|
||||
logrus.Warnf("failed to close stdin: %+v")
|
||||
logrus.Warnf("failed to close stdin: %+v", err)
|
||||
}
|
||||
case <-ctx.Done():
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user