mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust logs
This commit is contained in:
parent
ae655033ac
commit
37075a414d
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue