change infof to Errorf in some codes

This commit is contained in:
lojies
2016-09-12 14:44:08 +08:00
parent 2462f43798
commit 9498b227a1
6 changed files with 6 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ func (nm *NamespaceController) syncNamespaceFromKey(key string) (err error) {
return nil
}
if err != nil {
glog.Infof("Unable to retrieve namespace %v from store: %v", key, err)
glog.Errorf("Unable to retrieve namespace %v from store: %v", key, err)
nm.queue.Add(key)
return err
}