kafka set the right topic

This commit is contained in:
Chris Lu
2018-08-19 01:27:30 -07:00
parent 708acee502
commit ee920d4f83
2 changed files with 6 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ func (f *Filer) DeleteEntryMetaAndData(p FullPath, isRecursive bool, shouldDelet
if p == "/" {
return nil
}
glog.V(0).Infof("deleting entry %v", p)
glog.V(3).Infof("deleting entry %v", p)
f.NotifyUpdateEvent(entry, nil)