[svn-commits] kpfleming: trunk r40784 - /trunk/main/loader.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Aug 21 12:56:31 MST 2006


Author: kpfleming
Date: Mon Aug 21 14:56:30 2006
New Revision: 40784

URL: http://svn.digium.com/view/asterisk?rev=40784&view=rev
Log:
restore printing of module name during loading

Modified:
    trunk/main/loader.c

Modified: trunk/main/loader.c
URL: http://svn.digium.com/view/asterisk/trunk/main/loader.c?rev=40784&r1=40783&r2=40784&view=diff
==============================================================================
--- trunk/main/loader.c (original)
+++ trunk/main/loader.c Mon Aug 21 14:56:30 2006
@@ -607,7 +607,7 @@
 	case AST_MODULE_LOAD_SUCCESS:
 		if (!ast_fully_booted) {
 			if (option_verbose) 
-				ast_verbose( " => (%s)\n", term_color(tmp, mod->info->description, COLOR_BROWN, COLOR_BLACK, sizeof(tmp)));
+				ast_verbose("%s => (%s)\n", resource_name, term_color(tmp, mod->info->description, COLOR_BROWN, COLOR_BLACK, sizeof(tmp)));
 			if (ast_opt_console && !option_verbose)
 				ast_verbose( ".");
 		} else {



More information about the svn-commits mailing list