I actually lied and forgot one: this one only showed up if DEBUG was defined.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4909 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-01 02:41:01 +00:00
parent 1e038a1ca5
commit 8c8573864d

View File

@ -3245,7 +3245,7 @@ int
notify_listener(int op, nspace_id nsid, vnode_id vnida, vnode_id vnidb, vnode_id vnidc, const char *name)
{
#ifdef DEBUG
printf("notify_listener: op = %ld\n", op);
printf("notify_listener: op = %d\n", op);
#endif
return send_notification(0, 0, FSH_NOTIFY_LISTENER, op, nsid, -1, vnida, vnidb, vnidc, name);