diff options
Diffstat (limited to 'cmd/podman')
-rw-r--r-- | cmd/podman/logs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/logs.go b/cmd/podman/logs.go index 1183abaa2..6e5ab03dc 100644 --- a/cmd/podman/logs.go +++ b/cmd/podman/logs.go @@ -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 } } |