s/glog/klog/ - keep up with master

Change-Id: I27ff0545bc456ed8c0900cfeb90555f9ab7ae235
This commit is contained in:
Davanum Srinivas
2018-11-10 07:53:25 -05:00
parent 68ce375d00
commit e558e291d1
8 changed files with 34 additions and 35 deletions

View File

@@ -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
}