Fix warning in BSnow debug code
Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
committed by
Matt Madia
parent
94624a8ad6
commit
e409420486
@@ -62,7 +62,7 @@ filter_result msgfilter(BMessage *message, BHandler **target, BMessageFilter *fi
|
|||||||
case 'NMDN':
|
case 'NMDN':
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf("For: 0x%08lx: %s\n", *target, (*target)->Name());
|
printf("For: %p: %s\n", *target, (*target)->Name());
|
||||||
message->PrintToStream();
|
message->PrintToStream();
|
||||||
}
|
}
|
||||||
return B_DISPATCH_MESSAGE;
|
return B_DISPATCH_MESSAGE;
|
||||||
|
|||||||
Reference in New Issue
Block a user