]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
reflow a very long line, no functional change
authorEric Covener <covener@apache.org>
Fri, 12 Jul 2013 19:33:19 +0000 (19:33 +0000)
committerEric Covener <covener@apache.org>
Fri, 12 Jul 2013 19:33:19 +0000 (19:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1502665 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index 3270460a937216674c7d6e6d2b066e8cf5ba71ae..a5dd439f2712caa74388bf64362fac387de2115f 100644 (file)
@@ -1171,8 +1171,10 @@ static apr_status_t cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in)
      */
     if (reason && r->status == HTTP_NOT_MODIFIED && cache->stale_handle) {
 
-        ap_log_rerror(
-                APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02473) "cache: %s responded with an uncacheable 304, retrying the request. Reason: %s", r->unparsed_uri, reason);
+        ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02473) 
+                "cache: %s responded with an uncacheable 304, " 
+                "retrying the request. Reason: %s", 
+                r->unparsed_uri, reason);
 
         /* we've got a cache conditional miss! tell anyone who cares */
         cache_run_cache_status(cache->handle, r, r->headers_out, AP_CACHE_MISS,