mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix mdb_page_list() message
This commit is contained in:
parent
c6510147ce
commit
36d374ba9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1739,7 +1739,7 @@ mdb_page_list(MDB_page *mp)
|
|||
pgno, ((MDB_meta *)METADATA(mp))->mm_txnid);
|
||||
return;
|
||||
default:
|
||||
fprintf(stderr, "Bad page %"Yu" flags 0x%u\n", pgno, mp->mp_flags);
|
||||
fprintf(stderr, "Bad page %"Yu" flags 0x%X\n", pgno, mp->mp_flags);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue