aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-08-12 13:22:19 -0700
committerChris Lu <chris.lu@gmail.com>2020-08-12 13:22:19 -0700
commitf735d579d3b89114636b1e16ec2b1ae40c409c3c (patch)
tree8e14f00b83b040095827c4b25aa5f104cabb0eca /weed
parent8824a9755c95fc986c13da3cfa33f427bb42b691 (diff)
downloadseaweedfs-f735d579d3b89114636b1e16ec2b1ae40c409c3c.tar.xz
seaweedfs-f735d579d3b89114636b1e16ec2b1ae40c409c3c.zip
adjust comment
Diffstat (limited to 'weed')
-rw-r--r--weed/filer2/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/filer.go b/weed/filer2/filer.go
index 3e275beb2..d3dfa5a6f 100644
--- a/weed/filer2/filer.go
+++ b/weed/filer2/filer.go
@@ -109,7 +109,7 @@ func (f *Filer) CreateEntry(ctx context.Context, entry *Entry, o_excl bool, isFr
dirPath := "/" + util.Join(dirParts[:i]...)
// fmt.Printf("%d directory: %+v\n", i, dirPath)
- // check the store directly, skipping cached directories
+ // check the store directly
glog.V(4).Infof("find uncached directory: %s", dirPath)
dirEntry, _ := f.FindEntry(ctx, util.FullPath(dirPath))