summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
Diffstat (limited to 'libpod')
-rw-r--r--libpod/container_internal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container_internal.go b/libpod/container_internal.go
index efeb1fa77..81dc2c820 100644
--- a/libpod/container_internal.go
+++ b/libpod/container_internal.go
@@ -228,7 +228,7 @@ func (c *Container) teardownStorage() error {
// Potentially another tool using containers/storage already
// removed it?
if err == storage.ErrNotAContainer {
- logrus.Errorf("Storage for container %s already removed", c.ID())
+ logrus.Warnf("Storage for container %s already removed", c.ID())
return nil
}