]> granicus.if.org Git - apache/commitdiff
CTR backport of r1501423 from trunk:
authorEric Covener <covener@apache.org>
Thu, 11 Jul 2013 13:42:50 +0000 (13:42 +0000)
committerEric Covener <covener@apache.org>
Thu, 11 Jul 2013 13:42:50 +0000 (13:42 +0000)
fix whitespace in AH00766 warning:
s/all of theinput/all of the input/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1502225 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index d991709b556edcde52e6815c5b1a2874a48fe0dd..06bdf460d1356f49d579d61a2866a1a648f18dec 100644 (file)
@@ -736,7 +736,7 @@ static int cache_save_store(ap_filter_t *f, apr_bucket_brigade *in,
                  */
                 ap_log_rerror(APLOG_MARK, APLOG_WARNING, rv, f->r, APLOGNO(00766)
                         "cache: Cache provider's store_body returned an "
-                        "empty brigade, but didn't consume all of the"
+                        "empty brigade, but didn't consume all of the "
                         "input brigade, standing down to prevent a spin");
                 ap_remove_output_filter(f);