mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Verbose logging discrepancies
Refactored cases where a combination of ast_verbose/options_verbose were present. Also in general tried to eliminate, in as many places as possible, where the options_verbose global variable was being used. Refactored the way local and remote consoles handle verbose message logging in an attempt to solve the various discrepancies that sometimes would show between the two. (closes issue AST-1193) Reported by: Guenther Kelleter Review: https://reviewboard.asterisk.org/r/2798/ ........ Merged revisions 397948 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@397958 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11235,7 +11235,7 @@ static struct ast_custom_function misdn_cc_function = {
|
||||
static int unload_module(void)
|
||||
{
|
||||
/* First, take us out of the channel loop */
|
||||
ast_log(LOG_VERBOSE, "-- Unregistering mISDN Channel Driver --\n");
|
||||
ast_verb(0, "-- Unregistering mISDN Channel Driver --\n");
|
||||
|
||||
misdn_tasks_destroy();
|
||||
|
||||
|
Reference in New Issue
Block a user