removed compiler warnings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-12-10 20:15:29 +00:00
parent 5f511927a9
commit 5aab162dcc
6 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ NotificationManager::Dump()
printf("NotificationManager: list of subscribers follows:\n");
Notification *n;
for (fNotificationList->Rewind(); fNotificationList->GetNext(&n); ) {
printf(" team %ld, what %#08x, node-id %ld, node-port %ld, messenger %svalid\n",
printf(" team %ld, what %#08lx, node-id %ld, node-port %ld, messenger %svalid\n",
n->team, n->what, n->node.node, n->node.port, n->messenger.IsValid() ? "" : "NOT ");
}
printf("NotificationManager: list end\n");