aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 355057329..eb4cc0500 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -6661,7 +6661,7 @@ static void *pri_dchannel(void *vpri)
x = 0;
res = ioctl(pri->fd, ZT_GETEVENT, &x);
if (x)
- printf("PRI got event: %d\n", x);
+ ast_log(LOG_NOTICE, "PRI got event: %d on span %d\n", x, pri->span);
if (option_debug)
ast_log(LOG_DEBUG, "Got event %s (%d) on D-channel for span %d\n", event2str(x), x, pri->span);
}