Browse Source

- compile fix for mode=debug

Andrei Pelinescu-Onciul 20 years ago
parent
commit
eab4338326
1 changed files with 1 additions and 1 deletions
  1. 1 1
      io_wait.h

+ 1 - 1
io_wait.h

@@ -286,7 +286,7 @@ inline static int io_watch_add(	io_wait_h* h,
 			set_fd_flags(O_ASYNC| O_NONBLOCK);
 #ifdef EXTRA_DEBUG
 			DBG("io_watch_add: sigio_rt on f %d, signal %d to pid %d\n",
-					fd,  h->signo, pid);
+					fd,  h->signo, my_pid());
 #endif
 			/* empty socket receive buffer, if buffer is already full
 			 * (e.g. early media), no more space to put packets