aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/inode_to_path.go
diff options
context:
space:
mode:
authorfamosss <13281440@qq.com>2022-06-22 09:58:56 +0800
committerGitHub <noreply@github.com>2022-06-22 09:58:56 +0800
commit8a6e7a7df868f2dda7daa8a3f1671fbe9dae5b85 (patch)
tree6dd179022d247a00e7ce95a19a065732a40b1f2e /weed/mount/inode_to_path.go
parent9df5ad53094958e30a4bf837ae98149d3ea20e1d (diff)
parentd652ce1a36385b573004051c4c685a1aabdc1eb5 (diff)
downloadseaweedfs-8a6e7a7df868f2dda7daa8a3f1671fbe9dae5b85.tar.xz
seaweedfs-8a6e7a7df868f2dda7daa8a3f1671fbe9dae5b85.zip
Merge branch 'chrislusf:master' into master
Diffstat (limited to 'weed/mount/inode_to_path.go')
-rw-r--r--weed/mount/inode_to_path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/mount/inode_to_path.go b/weed/mount/inode_to_path.go
index 64cabfaf5..fa17a9261 100644
--- a/weed/mount/inode_to_path.go
+++ b/weed/mount/inode_to_path.go
@@ -176,7 +176,7 @@ func (i *InodeToPath) MovePath(sourcePath, targetPath util.FullPath) (replacedIn
entry.nlookup++
}
} else {
- glog.Errorf("MovePath %s to %s: sourceInode %s not found", sourcePath, targetPath, sourceInode)
+ glog.Errorf("MovePath %s to %s: sourceInode %d not found", sourcePath, targetPath, sourceInode)
}
return targetInode
}