Typo in debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37684 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-07-22 11:49:50 +00:00
parent 539ec8ff1e
commit 3555a42f18
@@ -485,7 +485,7 @@ status_t
BlockAllocator::_AllocateInBitmapBlock(uint64 base, uint32 count,
Transaction& transaction, uint64* _allocatedBase, uint32& _allocatedCount)
{
PRINT("BlockAllocator::_AllocateInBitmapBlock(%" B_PRIu64 "u, %" B_PRIu32
PRINT("BlockAllocator::_AllocateInBitmapBlock(%" B_PRIu64 ", %" B_PRIu32
")\n", base, count);
ASSERT(count <= kBlocksPerBitmapBlock);