mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
restore printing of module name during loading
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40784 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -607,7 +607,7 @@ static enum ast_module_load_result load_resource(const char *resource_name, unsi
|
|||||||
case AST_MODULE_LOAD_SUCCESS:
|
case AST_MODULE_LOAD_SUCCESS:
|
||||||
if (!ast_fully_booted) {
|
if (!ast_fully_booted) {
|
||||||
if (option_verbose)
|
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)
|
if (ast_opt_console && !option_verbose)
|
||||||
ast_verbose( ".");
|
ast_verbose( ".");
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user