Log StructuredLog: spelling formatting
Signed-off-by: 何庆国10193842 <he.qingguo@zte.com.cn>
This commit is contained in:
@@ -37,7 +37,7 @@ func watchForLockfileContention(path string, done chan struct{}) error {
|
||||
go func() {
|
||||
select {
|
||||
case ev := <-watcher.Event:
|
||||
klog.InfoS("inotify event", "event", ev)
|
||||
klog.InfoS("Inotify event", "event", ev)
|
||||
case err = <-watcher.Error:
|
||||
klog.ErrorS(err, "inotify watcher error")
|
||||
}
|
||||
|
Reference in New Issue
Block a user