Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit eee057c

Browse files
committed
Fix log
1 parent 389e20a commit eee057c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cmd/seidb/operations/state_size.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func PrintStateSize(module string, db *memiavl.DB) error {
112112
}
113113

114114
if totalNumKeys%1000000 == 0 {
115-
fmt.Printf("Scanned %d keys\n", totalNumKeys)
115+
fmt.Printf("Scanned %d keys for module %s\n", totalNumKeys, moduleName)
116116
}
117117
}
118118
return true

0 commit comments

Comments
 (0)