]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Verbose logging discrepancies
authorKevin Harwell <kharwell@digium.com>
Thu, 29 Aug 2013 22:16:41 +0000 (22:16 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 29 Aug 2013 22:16:41 +0000 (22:16 +0000)
commit15994e3bf7b72168330c163e996d9cd9699b6995
treea151ffc0f29907ab8d3bed99a08fbfbfd00c8006
parentc58bab8ce3220d81ab37af8767caba396131b4b2
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/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@397948 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