[svn-commits] sruffell: trunk r139154 - /trunk/codecs/codec_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 20 15:03:28 CDT 2008


Author: sruffell
Date: Wed Aug 20 15:03:28 2008
New Revision: 139154

URL: http://svn.digium.com/view/asterisk?view=rev&rev=139154
Log:
Remove extraneous debugging messages.

Modified:
    trunk/codecs/codec_dahdi.c

Modified: trunk/codecs/codec_dahdi.c
URL: http://svn.digium.com/view/asterisk/trunk/codecs/codec_dahdi.c?view=diff&rev=139154&r1=139153&r2=139154
==============================================================================
--- trunk/codecs/codec_dahdi.c (original)
+++ trunk/codecs/codec_dahdi.c Wed Aug 20 15:03:28 2008
@@ -108,7 +108,6 @@
 
 	if (copy.total == 0)
 		ast_cli(a->fd, "No DAHDI transcoders found.\n");
-	ast_debug(1, "codec_dahdi.so loaded.\n");
 	else
 		ast_cli(a->fd, "%d/%d encoders/decoders of %d channels are in use.\n", copy.encoders, copy.decoders, copy.total);
 
@@ -448,7 +447,6 @@
 
 static int load_module(void)
 {
-	ast_debug(1, "codec_dahdi.so loaded.\n");
 	if (parse_config(0))
 		return AST_MODULE_LOAD_DECLINE;
 	find_transcoders();




More information about the svn-commits mailing list