]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add missing ) in the writelog message.
authorJoe Orton <jorton@apache.org>
Tue, 28 Oct 2025 13:42:07 +0000 (13:42 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 28 Oct 2025 13:42:07 +0000 (13:42 +0000)
Submitted by: Jean-Frederic Clere <jfclere apache.org>
Github: closes #543

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

modules/mappers/mod_rewrite.c

index be0fc4a2817efaedae85daa97a7fb01fe0a7d6d7..638682a375c22127ccab9b7738ba013b631d71d1 100644 (file)
@@ -4614,7 +4614,7 @@ static rule_return_type apply_rewrite_rule(rewriterule_entry *p,
      * directly force an external HTTP redirect.
      */
     if (is_absolute_uri(r->filename, NULL)) {
-        rewritelog(r, 2, ctx->perdir, "implicitly forcing redirect (rc=%d "
+        rewritelog(r, 2, ctx->perdir, "implicitly forcing redirect (rc=%d) "
                    "with %s", p->forced_responsecode, r->filename);
 
         r->status = p->forced_responsecode;