]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Verbose logging discrepancies
authorKevin Harwell <kharwell@digium.com>
Thu, 29 Aug 2013 22:53:18 +0000 (22:53 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 29 Aug 2013 22:53:18 +0000 (22:53 +0000)
commitbeef03d1099460df6ecd8d899a2382b098eae500
tree4e386756950ae98455ba9e4bffe0d98fa373eb36
parent89b0ceb6989535059c74f000477bb6c710a49e2e
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/certified/branches/11.2@397961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dumpchan.c
apps/app_verbose.c
channels/chan_misdn.c
main/asterisk.c
main/features.c
main/logger.c