Browse Source

fix format

pull/3226/head
chrislu 3 years ago
parent
commit
6b3beb709d
  1. 2
      weed/mount/inode_to_path.go

2
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
}

Loading…
Cancel
Save