]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Logging: Logging types ignored after specifying a verbose level
authorKevin Harwell <kharwell@digium.com>
Thu, 24 Oct 2013 20:56:50 +0000 (20:56 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 24 Oct 2013 20:56:50 +0000 (20:56 +0000)
commit27334b90938ff6e20db5e0752c28c34d50f0053f
tree536b8eef2d2d0f8248c4d76e8f5a52014f70645d
parent2e3908a55474e90a4ed1ffa2b3bc3559623b5a3c
Logging: Logging types ignored after specifying a verbose level

If one specified a verbose level within a logging facility in
logger.conf then any component after it was ignored.  Fixed so
all values are correctly read.

(closes issue ASTERISK-22456)
Reported by: Kevin Harwell
........

Merged revisions 401833 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/logger.c