From 39ebf1bf0957196abc6533a1eb2cb4a34f5179ee Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 12 Jul 2013 19:33:19 +0000 Subject: [PATCH] reflow a very long line, no functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1502665 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 3270460a93..a5dd439f27 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -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, -- 2.40.0