From 61755115c2b2a7b773ea8d041bc181e73a3ee821 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 21 Aug 2006 19:56:30 +0000 Subject: restore printing of module name during loading git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40784 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/loader.c') diff --git a/main/loader.c b/main/loader.c index 27a6c9b60..518b45247 100644 --- a/main/loader.c +++ b/main/loader.c @@ -607,7 +607,7 @@ static enum ast_module_load_result load_resource(const char *resource_name, unsi 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 { -- cgit v1.2.3