mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-14 19:05:12 +08:00
debug message
This commit is contained in:
@@ -105,7 +105,7 @@ func runExport(cmd *Command, args []string) bool {
|
||||
return walker(vid, n, version)
|
||||
} else {
|
||||
if !ok {
|
||||
debug("This seems deleted", n.Id)
|
||||
debug("This seems deleted", n.Id, "size", n.Size)
|
||||
} else {
|
||||
debug("Id", n.Id, "size", n.Size)
|
||||
}
|
||||
|
Reference in New Issue
Block a user