mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Correction.
This commit is contained in:
parent
d0180958b1
commit
6dd081c006
@ -725,7 +725,7 @@ void DPM_delete( thread_db* tdbb, record_param* rpb, SLONG prior_page)
|
||||
#ifdef VIO_DEBUG
|
||||
if (debug_flag > DEBUG_WRITES)
|
||||
{
|
||||
printf("DPM_delete (record_param %"QUADFORMAT", prior_page %"SLONGFORMAT")\n",
|
||||
printf("DPM_delete (record_param %"QUADFORMAT"d, prior_page %"SLONGFORMAT")\n",
|
||||
rpb->rpb_number.getValue(), prior_page);
|
||||
}
|
||||
if (debug_flag > DEBUG_WRITES_INFO)
|
||||
|
Loading…
Reference in New Issue
Block a user