[asterisk-commits] rmudgett: trunk r387740 - /trunk/channels/chan_dahdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 6 12:09:52 CDT 2013


Author: rmudgett
Date: Mon May  6 12:09:50 2013
New Revision: 387740

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387740
Log:
Make a log NOTICE more explicit that the event comes from DAHDI and not PRI.

Modified:
    trunk/channels/chan_dahdi.c

Modified: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=387740&r1=387739&r2=387740
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Mon May  6 12:09:50 2013
@@ -3271,7 +3271,7 @@
 		}
 		/* 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;
 	}




More information about the asterisk-commits mailing list