Skip to content

Commit 14c89d0

Browse files
committed
Extra debug.
1 parent 06c8423 commit 14c89d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/rtp.io/rtp_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ child_init(int rank)
231231
return -1;
232232
}
233233
int is_nproc = is_nproc_f(NPROC_CHECK);
234-
LM_DBG("rtp.io: child_init(%d), notifier: %d\n", rank, is_nproc);
234+
LM_INFO("rtp.io: child_init(%d), notifier: %d\n", rank, is_nproc);
235235
if (rank > rpi_descp->socks->n) {
236236
LM_ERR("BUG: rank is higher than the number of sockets!\n");
237237
return -1;

modules/rtpproxy/notification_process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ void notification_listener_process(int rank)
420420
socket_fd = rn_sock->fd;
421421
len = -1;
422422
saddr = NULL;
423-
LM_DBG("using rtp.io notification socket %d\n", socket_fd);
423+
LM_INFO("using rtp.io notification socket %d\n", socket_fd);
424424
break;
425425
default:
426426
abort();

0 commit comments

Comments
 (0)