From: Richard Mudgett Date: Mon, 6 May 2013 17:09:50 +0000 (+0000) Subject: Make a log NOTICE more explicit that the event comes from DAHDI and not PRI. X-Git-Tag: 13.0.0-beta1~1844 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc855cf9d8c42c1e0a6848ca2630e2e8a12642b4;p=thirdparty%2Fasterisk.git Make a log NOTICE more explicit that the event comes from DAHDI and not PRI. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387740 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index fef6868959..44fe3f4fb9 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -3271,7 +3271,7 @@ static void my_handle_dchan_exception(struct sig_pri_span *pri, int index) } /* Fall through */ default: - ast_log(LOG_NOTICE, "PRI got event: %s (%d) on D-channel of span %d\n", + ast_log(LOG_NOTICE, "Got DAHDI event: %s (%d) on D-channel of span %d\n", event2str(x), x, pri->span); break; }