Cleanup some issues with exec

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff
2015-10-06 15:22:20 -04:00
parent 072ac5e7f0
commit 561005e5ca
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ func (s *router) postContainerExecStart(ctx context.Context, w http.ResponseWrit
if execStartCheck.Detach {
return err
}
fmt.Fprintf(outStream, "Error running exec in container: %v\n", err)
logrus.Errorf("Error running exec in container: %v\n", err)
}
return nil
}