]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Supply the per-dir parameter to the rewritelog call where it is needed.
authorRuediger Pluem <rpluem@apache.org>
Tue, 28 Oct 2008 20:02:53 +0000 (20:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 28 Oct 2008 20:02:53 +0000 (20:02 +0000)
PR: 46110

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

modules/mappers/mod_rewrite.c

index 8998470c083ae16e41ce81cf6a9bfe88928d0fd5..39feea49e9fa5430fae18a3838afd6f9241064ad 100644 (file)
@@ -4678,8 +4678,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, dconf->directory, "init rewrite engine with"
+                   " requested uri %s", r->filename));
     }
 
     /*