8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Correction.

This commit is contained in:
asfernandes 2015-05-13 15:49:02 +00:00
parent d0180958b1
commit 6dd081c006

View File

@ -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)