Used the wrong define in the previous commit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42284 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2011-06-22 20:41:51 +00:00
parent 29fdb533ba
commit d137ab049b

View File

@ -82,7 +82,7 @@ BMessageValueNode::ResolvedLocationAndValue(ValueLoader* valueLoader,
uint8 buffer[sizeof(BMessage)];
error = valueLoader->LoadRawValue(addressData, sizeof(BMessage), buffer);
#ifdef TRACE_LOCALS
#if APPS_DEBUGGER_TRACE_STACK_FRAME_LOCALS
if (error == B_OK) {
BMessage* message = (BMessage*)buffer;
TRACE_LOCALS("Loaded BMessage('%c%c%c%c')\n",