[svn-commits] rmudgett: branch rmudgett/bkp_issue14068 r212335 - /team/rmudgett/bkp_issue14...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 14 18:41:10 CDT 2009


Author: rmudgett
Date: Fri Aug 14 18:41:06 2009
New Revision: 212335

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=212335
Log:
Demote a warning message to a debug message.

Modified:
    team/rmudgett/bkp_issue14068/channels/chan_dahdi.c

Modified: team/rmudgett/bkp_issue14068/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/rmudgett/bkp_issue14068/channels/chan_dahdi.c?view=diff&rev=212335&r1=212334&r2=212335
==============================================================================
--- team/rmudgett/bkp_issue14068/channels/chan_dahdi.c (original)
+++ team/rmudgett/bkp_issue14068/channels/chan_dahdi.c Fri Aug 14 18:41:06 2009
@@ -14217,7 +14217,7 @@
 			}
 			break;
 		default:
-			ast_log(LOG_WARNING,
+			ast_debug(2,
 				"Unknown call subcommand(%d) in %s event on channel %d/%d on span %d.\n",
 				subcmd->cmd, pri_event2str(event_id), PRI_SPAN(channel),
 				PRI_CHANNEL(channel), pri->span);




More information about the svn-commits mailing list