X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=httpd-2.0.48-debuglog.patch;h=06c55a165f6a23951dbda022438b5a847d3f8cd0;hp=6fac4e20f47abee3447efc02d9c3d80753347009;hb=1129fb3c19c2f3be62c2cf69dd8410756676ce6f;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69 diff --git a/httpd-2.0.48-debuglog.patch b/httpd-2.0.48-debuglog.patch index 6fac4e2..06c55a1 100644 --- a/httpd-2.0.48-debuglog.patch +++ b/httpd-2.0.48-debuglog.patch @@ -11,15 +11,16 @@ 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; - +@@ -280,7 +280,11 @@ + * @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. +