]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
remove APLOG_USE_MODULE from main.c:
authorStefan Fritsch <sf@apache.org>
Tue, 8 Jun 2010 19:30:24 +0000 (19:30 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 8 Jun 2010 19:30:24 +0000 (19:30 +0000)
commit75e31c7abf9c5697f342c42e4e0afcf2642021c1
treee4e2f4b8cfe13f3ebec9631c6686603cbfd8bdb7
parent7965fcc0d3e28fa4b8e35a1a55e13004faef363d
remove APLOG_USE_MODULE from main.c:
It causes build problems on Windows and the ap_log* calls in main.c
don't profit from it anyway, because there is no server_rec yet where
they could look up core_module's loglevel.

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