mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-02 15:52:05 +08:00
mdbx-tools: minor refine mdbx_chk
error output.
Change-Id: I4692a46c3e007fa2910ef67ec7fe21c7285e92eb
This commit is contained in:
parent
966d7027a3
commit
c6a8f0f9af
@ -1593,7 +1593,7 @@ int main(int argc, char *argv[]) {
|
||||
walk.pgcount, alloc_pages - gc_pages);
|
||||
}
|
||||
if (unused_pages != gc_pages) {
|
||||
error("gc pages mismatch (%" PRIu64 "(walked) != %" PRIu64 "(GC))\n",
|
||||
error("gc pages mismatch (%" PRIu64 "(expected) != %" PRIu64 "(GC))\n",
|
||||
unused_pages, gc_pages);
|
||||
}
|
||||
} else if (verbose) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user