]> granicus.if.org Git - apache/commitdiff
Fix indentation and extra spaces of my previous commit, apologies.
authorLuca Toscano <elukey@apache.org>
Thu, 30 Jun 2016 07:09:46 +0000 (07:09 +0000)
committerLuca Toscano <elukey@apache.org>
Thu, 30 Jun 2016 07:09:46 +0000 (07:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750749 13f79535-47bb-0310-9956-ffa450edef68

server/util_script.c

index 5a70159a14a3c6174387ed2fd7c6ef1e051b8262..e848f74930d76370f08480a81fa9f8d4194a4b2b 100644 (file)
@@ -670,7 +670,7 @@ AP_DECLARE(int) ap_scan_script_header_err_core_ex(request_rec *r, char *buffer,
                 ap_update_mtime(r, last_modified_date);
                 ap_set_last_modified(r);
                 if (APLOGrtrace1(r)) {
-                    const char* datestr = apr_table_get(r->headers_out, 
+                    const char* datestr = apr_table_get(r->headers_out,
                                                         "Last-Modified");
                     apr_time_t timestamp = apr_date_parse_http(datestr);
                     if (timestamp < last_modified_date) {
@@ -678,14 +678,14 @@ AP_DECLARE(int) ap_scan_script_header_err_core_ex(request_rec *r, char *buffer,
                                                                  APR_RFC822_DATE_LEN);
                         apr_rfc822_date(last_modified_datestr, last_modified_date);
                         ap_log_rerror(SCRIPT_LOG_MARK, APLOG_TRACE1, 0, r,
-                                 "The Last-Modified header value '%s' "
-                                 "(parsed as RFC882/RFC1123 datetime, "
-                                 "that assumes the GMT timezone) "
-                                 "has been replaced with: '%s'. "
-                                 "An origin server with a clock must not send "
-                                 "a Last-Modified date that is later than the "
-                                 "server's time of message origination.", 
-                                 last_modified_datestr, datestr);
+                                      "The Last-Modified header value '%s' "
+                                      "(parsed as RFC882/RFC1123 datetime, "
+                                      "that assumes the GMT timezone) "
+                                      "has been replaced with: '%s'. "
+                                      "An origin server with a clock must not send "
+                                      "a Last-Modified date that is later than the "
+                                      "server's time of message origination.",
+                                      last_modified_datestr, datestr);
                     }
                 }
             }