From d7b9a702d8c3705bf6c736d2df166f51981fc006 Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Thu, 29 Aug 2013 22:49:24 +0000 Subject: 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 --- channels/chan_misdn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels') 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(); -- cgit v1.2.3