]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/mappers/mod_rewrite.c (hook_fixup): Fix syntax error.
authorJoe Orton <jorton@apache.org>
Thu, 14 Oct 2004 10:18:00 +0000 (10:18 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 14 Oct 2004 10:18:00 +0000 (10:18 +0000)
Reviewed by: jorton, nd, trawick

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

modules/mappers/mod_rewrite.c

index 42fdddb3f427c726bbc81e12102b56d4aab68857..677fd78a0ed6fdb9dca47540a8fd1b533c8a5468 100644 (file)
@@ -1484,8 +1484,8 @@ static int hook_fixup(request_rec *r)
 
     if (r->filename == NULL) {
         r->filename = apr_pstrdup(r->pool, r->uri);
-        rewritelog((r, 2, "init rewrite engine with requested uri %s",
-                    r->filename));
+        rewritelog(r, 2, "init rewrite engine with requested uri %s",
+                   r->filename);
     }
 
     /*