Merge pull request #635 from justinsb/fix_format_string
Simple fix to format string
This commit is contained in:
commit
093951a614
@ -847,7 +847,7 @@ func (self *manager) watchForNewContainers(quit chan error) error {
|
||||
err = self.destroyContainer(event.Name)
|
||||
}
|
||||
if err != nil {
|
||||
glog.Warning("Failed to process watch event: %v", err)
|
||||
glog.Warningf("Failed to process watch event: %v", err)
|
||||
}
|
||||
case <-quit:
|
||||
// Stop processing events if asked to quit.
|
||||
|
Loading…
Reference in New Issue
Block a user