]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Adapt loglevel of config errors during second pass
authorStefan Fritsch <sf@apache.org>
Wed, 28 Dec 2011 14:48:28 +0000 (14:48 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 28 Dec 2011 14:48:28 +0000 (14:48 +0000)
commit4d253dcf5b9b89b200258350234a6589e5cae6c5
treee8a46c66cf572de7b673555c8f0c45e5f12b3fd1
parent45af4b90fd5a019478238724d6ad837db6488ae7
Adapt loglevel of config errors during second pass

Don't use APLOG_STARTUP since at that point, the error log is already
available. This gives us timestamps if these errors happen during graceful
restart.

Use level 'emerg' as these errors are fatal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225197 13f79535-47bb-0310-9956-ffa450edef68
server/main.c