mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:34:14 +08:00
mdbx-chk: log sub-DBs when verbose > 0 (cosmetic).
Change-Id: Ie73c0773929b51eb11fb02afe18bb01b59fb2612
This commit is contained in:
parent
86cfd86cda
commit
c91cc85c1f
@ -173,7 +173,7 @@ static walk_dbi_t *pagemap_lookup_dbi(const char *dbi_name, bool silent) {
|
||||
}
|
||||
|
||||
dbi->name = mdbx_strdup(dbi_name);
|
||||
if (verbose > 1 && !silent) {
|
||||
if (verbose > 0 && !silent) {
|
||||
print(" - found '%s' area\n", dbi_name);
|
||||
fflush(NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user