adjust logs

This commit is contained in:
Chris Lu 2020-12-12 03:33:57 -08:00
parent ae655033ac
commit 37075a414d

View file

@ -167,7 +167,7 @@ func (fsw *FilerStoreWrapper) DeleteOneEntry(ctx context.Context, existingEntry
} }
} }
glog.V(4).Infof("DeleteHaDeleteEntryrdLink %s", existingEntry.FullPath) glog.V(4).Infof("DeleteOneEntry %s", existingEntry.FullPath)
return fsw.ActualStore.DeleteEntry(ctx, existingEntry.FullPath) return fsw.ActualStore.DeleteEntry(ctx, existingEntry.FullPath)
} }