summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2013-08-29 22:49:24 +0000
committerKevin Harwell <kharwell@digium.com>2013-08-29 22:49:24 +0000
commitd7b9a702d8c3705bf6c736d2df166f51981fc006 (patch)
tree157c81027e5ef9a22f61e17ac43b574b063055ec /channels/chan_misdn.c
parent8990924953be29d679de2b373e47d680e04ba85b (diff)
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 ........ Merged revisions 397958 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 78c39849b..85edd8e60 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -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();