s/glog/klog/ - keep up with master
Change-Id: I27ff0545bc456ed8c0900cfeb90555f9ab7ae235
This commit is contained in:
@@ -184,7 +184,7 @@ func (w *Watcher) traversePluginDir(dir string) error {
|
||||
return fmt.Errorf("error accessing path: %s error: %v", path, err)
|
||||
}
|
||||
|
||||
glog.Errorf("error accessing path: %s error: %v", path, err)
|
||||
klog.Errorf("error accessing path: %s error: %v", path, err)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user