From f496d571a3e7f9076f16b7f24c2ebdf6178a723e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 2 Dec 2013 15:42:34 +0000 Subject: [PATCH] Fix module id in log messages issued from main.c Submitted by: rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1547065 13f79535-47bb-0310-9956-ffa450edef68 --- server/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/main.c b/server/main.c index 836316ffae..fc2d22c8e9 100644 --- a/server/main.c +++ b/server/main.c @@ -50,6 +50,10 @@ #define isatty(n) (0) #endif +/* we know core's module_index is 0 */ +#undef APLOG_MODULE_INDEX +#define APLOG_MODULE_INDEX AP_CORE_MODULE_INDEX + /* WARNING: Win32 binds http_main.c dynamically to the server. Please place * extern functions and global data in another appropriate module. * -- 2.40.0