mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Merged revisions 107960 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r107960 | tilghman | 2008-03-12 00:46:39 -0500 (Wed, 12 Mar 2008) | 4 lines Revert several changes from revision 102525, as the changes were not compatible, and, in fact, introduced regressions. (Closes issue #12190) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@107961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -697,8 +697,8 @@ static enum ast_module_load_result load_resource(const char *resource_name, unsi
|
||||
case AST_MODULE_LOAD_SUCCESS:
|
||||
if (!ast_fully_booted) {
|
||||
ast_verb(1, "%s => (%s)\n", resource_name, term_color(tmp, mod->info->description, COLOR_BROWN, COLOR_BLACK, sizeof(tmp)));
|
||||
if (ast_opt_console)
|
||||
ast_verb(0, ".");
|
||||
if (ast_opt_console && !option_verbose)
|
||||
ast_verbose( ".");
|
||||
} else {
|
||||
ast_verb(1, "Loaded %s => (%s)\n", resource_name, mod->info->description);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user