mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust logging
This commit is contained in:
parent
e6f9f5da3a
commit
6107509c64
|
@ -96,7 +96,7 @@ func (f *Filer) CreateEntry(ctx context.Context, entry *Entry, o_excl bool) erro
|
||||||
glog.V(4).Infof("find uncached directory: %s", dirPath)
|
glog.V(4).Infof("find uncached directory: %s", dirPath)
|
||||||
dirEntry, _ = f.FindEntry(ctx, FullPath(dirPath))
|
dirEntry, _ = f.FindEntry(ctx, FullPath(dirPath))
|
||||||
} else {
|
} else {
|
||||||
glog.V(4).Infof("found cached directory: %s", dirPath)
|
// glog.V(4).Infof("found cached directory: %s", dirPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
// no such existing directory
|
// no such existing directory
|
||||||
|
|
Loading…
Reference in a new issue