Fix build with DEBUG on.

This commit is contained in:
Michael Lotz
2011-12-11 18:29:55 +01:00
parent d68053959e
commit d86197cec3
@@ -1048,7 +1048,7 @@ BlockAllocator::Free(Transaction& transaction, block_run run)
CHECK_ALLOCATION_GROUP(group);
#ifdef DEBUG
if (CheckBlockRun(run, NULL, NULL, false) != B_OK) {
if (CheckBlockRun(run, NULL, false) != B_OK) {
DEBUGGER(("CheckBlockRun() reports allocated blocks (which were just "
"freed)\n"));
}