]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - httpd-2.0.48-debuglog.patch
- mod_authn/z_core provide mod_authn/z_default to smooth upgrade
[packages/apache.git] / httpd-2.0.48-debuglog.patch
index 6fac4e20f47abee3447efc02d9c3d80753347009..46d33379c89172585259ecd90fc591c822cda193 100644 (file)
@@ -9,17 +9,18 @@ go upstream.
 
 Note this patch depends on the pie patch.
 
---- httpd-2.0.48/include/http_log.h.debuglog
-+++ httpd-2.0.48/include/http_log.h
-@@ -130,7 +130,11 @@
- extern int AP_DECLARE_DATA ap_default_loglevel;
+--- httpd-2.4.1/include/http_log.h.orig        2011-12-03 00:19:04.000000000 +0100
++++ httpd-2.4.1/include/http_log.h     2012-02-22 00:19:37.989185555 +0100
+@@ -280,7 +280,12 @@
+  * @see ap_log_rerror
+  * @see ap_log_cserror
+  */
 +#ifdef AP_FNAME
-+#define APLOG_MARK      AP_FNAME,__LINE__
++#define APLOG_MARK      AP_FNAME,__LINE__,APLOG_MODULE_INDEX
 +#else
- #define APLOG_MARK    __FILE__,__LINE__
+ #define APLOG_MARK     __FILE__,__LINE__,APLOG_MODULE_INDEX
 +#endif
++
  
  /**
   * Set up for logging to stderr.