mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-20 00:31:31 +00: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