]> granicus.if.org Git - apache/commitdiff
Fix module id in log messages issued from main.c
authorJeff Trawick <trawick@apache.org>
Mon, 2 Dec 2013 15:42:34 +0000 (15:42 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 2 Dec 2013 15:42:34 +0000 (15:42 +0000)
Submitted by: rjung

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

server/main.c

index 836316ffae820ff2593c29b30ddee0508aac6073..fc2d22c8e93cf1548d4100ec6e62f1c26764b54b 100644 (file)
 #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.
  *