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:
parent
1e038a1ca5
commit
8c8573864d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user