]> granicus.if.org Git - apache/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)
commit2ea507b5a3100650f1dbee74811e8127888fa689
treee8a46c66cf572de7b673555c8f0c45e5f12b3fd1
parent68985601d25a6699e83d4c97cbc68e23ef3cc5e4
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