Skip to content

Commit bee4607

Browse files
committed
Output "Checking containers for updated images" as debug entry. fixes GH-66
1 parent b068c62 commit bee4607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func containerFilter(names []string) container.Filter {
3535
// any of the images, the associated containers are stopped and restarted with
3636
// the new image.
3737
func Update(client container.Client, names []string, cleanup bool, noRestart bool) error {
38-
log.Info("Checking containers for updated images")
38+
log.Debug("Checking containers for updated images")
3939

4040
containers, err := client.ListContainers(containerFilter(names))
4141
if err != nil {

0 commit comments

Comments
 (0)