mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #4229 from vrothberg/conmon-no-log-error
change error wording when conmon fails without logs
This commit is contained in:
@ -1359,7 +1359,7 @@ func readConmonPipeData(pipe *os.File, ociLog string) (int, error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
return -1, errors.Wrapf(ss.err, "error reading container (probably exited) json message")
|
||||
return -1, errors.Wrapf(ss.err, "container create failed (no logs from conmon)")
|
||||
}
|
||||
logrus.Debugf("Received: %d", ss.si.Data)
|
||||
if ss.si.Data < 0 {
|
||||
|
Reference in New Issue
Block a user