Fix broken trace statement.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42430 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2ff8a6237a
commit
a04b45e13a
@ -1289,7 +1289,7 @@ void
|
||||
TeamDebugger::_HandleInspectAddress(target_addr_t address,
|
||||
TeamMemoryBlock::Listener* listener)
|
||||
{
|
||||
TRACE_CONTROL("TeamDebugger::_HandleInspectAddress(" B_PRIx64 ", %p)\n",
|
||||
TRACE_CONTROL("TeamDebugger::_HandleInspectAddress(%" B_PRIx64 ", %p)\n",
|
||||
address, listener);
|
||||
|
||||
TeamMemoryBlock* memoryBlock = fMemoryBlockManager
|
||||
|
Loading…
Reference in New Issue
Block a user