Commit 7b6d2336 authored by Chris Baker's avatar Chris Baker
Browse files

docker/driver: downgraded log level for error in DestroyTask

Showing with 1 addition and 1 deletion
+1 -1
......@@ -1109,7 +1109,7 @@ func (d *Driver) DestroyTask(taskID string, force bool) error {
if err != nil {
switch err.(type) {
case *docker.NoSuchContainer:
h.logger.Error("failed to inspect container state, will proceed with DestroyTask",
h.logger.Info("container was removed out of band, will proceed with DestroyTask",
"error", err)
default:
return fmt.Errorf("failed to inspect container state: %v", err)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment