Adjust podman logs error message for clarity

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #441
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-03-02 14:28:32 -05:00
committed by Atomic Bot
parent 11143676fa
commit 497190db1b

View File

@ -117,7 +117,7 @@ func logsCmd(c *cli.Context) error {
// Exit cleanly in this case
if _, err := os.Stat(logPath); err != nil {
if state == libpod.ContainerStateConfigured {
logrus.Debugf("Container has not been created, no logs exist yet")
logrus.Debugf("Container has not been started, no logs exist yet")
return nil
}
}