fix comment

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-09-02 15:33:11 +08:00
parent 3156362f6c
commit 91bca3cf53
4 changed files with 8 additions and 7 deletions

View File

@@ -126,7 +126,7 @@ func (c *S2iRunController) processNextWorkItem() bool {
return fmt.Errorf("error syncing '%s': %s, requeuing", key, err.Error())
}
c.workqueue.Forget(obj)
klog.Infof("Successfully synced '%s'", key)
klog.V(5).Infof("Successfully synced '%s'", key)
return nil
}(obj)