Skip to content

Commit

Permalink
Merge c638657 into a18315e
Browse files Browse the repository at this point in the history
  • Loading branch information
saimonn committed Feb 16, 2017
2 parents a18315e + c638657 commit 06f30b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ func (u *Upkick) Pull(i *image.Image) (err error) {
}

i.Hash = img.ID
log.Infof("Image %s updated to %v", i, i.Hash)
log.Infof("Image %s has hash %v", i, i.Hash)

return
}

// Kick stops and removes all containers
// using an obsolete version of the Image
func (u *Upkick) Kick(i *image.Image) (err error) {
log.Debugf("Kicking containers for Image %s", i)
log.Debugf("Inspecting containers for Image %s", i)

var noup int
var outWarn int
Expand Down

0 comments on commit 06f30b0

Please sign in to comment.