[haiku-commits] r37684 - haiku/trunk/src/tests/system/kernel/file_corruption/fs

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 22 Jul 2010 13:49:51 +0200 (CEST)

Author: bonefish
Date: 2010-07-22 13:49:50 +0200 (Thu, 22 Jul 2010)
New Revision: 37684
Changeset: http://dev.haiku-os.org/changeset/37684

Modified:
   haiku/trunk/src/tests/system/kernel/file_corruption/fs/BlockAllocator.cpp
Log:
Typo in debug output.


Modified: 
haiku/trunk/src/tests/system/kernel/file_corruption/fs/BlockAllocator.cpp
===================================================================
--- haiku/trunk/src/tests/system/kernel/file_corruption/fs/BlockAllocator.cpp   
2010-07-22 11:49:28 UTC (rev 37683)
+++ haiku/trunk/src/tests/system/kernel/file_corruption/fs/BlockAllocator.cpp   
2010-07-22 11:49:50 UTC (rev 37684)
@@ -485,7 +485,7 @@
 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);


Other related posts:

  • » [haiku-commits] r37684 - haiku/trunk/src/tests/system/kernel/file_corruption/fs - ingo_weinhold