[svn-commits] rizzo: trunk r89083 - /trunk/main/loader.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 7 05:33:55 CST 2007


Author: rizzo
Date: Wed Nov  7 05:33:55 2007
New Revision: 89083

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89083
Log:
remove a debugging message which i forgot in.


Modified:
    trunk/main/loader.c

Modified: trunk/main/loader.c
URL: http://svn.digium.com/view/asterisk/trunk/main/loader.c?view=diff&rev=89083&r1=89082&r2=89083
==============================================================================
--- trunk/main/loader.c (original)
+++ trunk/main/loader.c Wed Nov  7 05:33:55 2007
@@ -142,11 +142,6 @@
 	   let's avoid it altogether
 	*/
 	if (embedding) {
-		static int i;
-		fprintf(stderr, "---- embedding [%d] %p %p %s\n",
-			i++, embedded_module_list.first,
-			embedded_module_list.last,
-			info->name);
 		AST_LIST_INSERT_TAIL(&embedded_module_list, mod, entry);
 	} else {
 		AST_LIST_LOCK(&module_list);




More information about the svn-commits mailing list