mirror of https://github.com/containers/podman.git
Merge pull request #4229 from vrothberg/conmon-no-log-error
change error wording when conmon fails without logs
This commit is contained in:
commit
b6b3acf2d7
|
|
@ -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)
|
logrus.Debugf("Received: %d", ss.si.Data)
|
||||||
if ss.si.Data < 0 {
|
if ss.si.Data < 0 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue