]> granicus.if.org Git - apache/commitdiff
fix whitespace in AH00766 warning:
authorEric Covener <covener@apache.org>
Tue, 9 Jul 2013 18:21:43 +0000 (18:21 +0000)
committerEric Covener <covener@apache.org>
Tue, 9 Jul 2013 18:21:43 +0000 (18:21 +0000)
s/all of theinput/all of the input/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1501423 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index ca4cf555cc1b2a8f5be4947ef244d96b29508f63..3270460a937216674c7d6e6d2b066e8cf5ba71ae 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);