]> git.ipfire.org Git - thirdparty/asterisk.git/commit
This should fix the problem reported in 7564: logger config file errors getting lost...
authorSteve Murphy <murf@digium.com>
Thu, 7 Sep 2006 02:14:14 +0000 (02:14 +0000)
committerSteve Murphy <murf@digium.com>
Thu, 7 Sep 2006 02:14:14 +0000 (02:14 +0000)
commitd3d62f3678d6b06fd5ed3636e44de96ebf881bb6
tree7962de32e91a4c95d6f5b869206ecb1ebc721520
parent283039a07178b39f67692b4bcfcb8799df12a6fb
This should fix the problem reported in 7564: logger config file errors getting lost because logging isn't configured yet. The problem was that the code that exists to handle this case was not getting reached, because other tests were causing an early return from ast_log().

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