Skip to content

Commit 76b525f

Browse files
committed
Add missing ) in the writelog message.
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
1 parent 29e63f2 commit 76b525f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mappers/mod_rewrite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4614,7 +4614,7 @@ static rule_return_type apply_rewrite_rule(rewriterule_entry *p,
46144614
* directly force an external HTTP redirect.
46154615
*/
46164616
if (is_absolute_uri(r->filename, NULL)) {
4617-
rewritelog(r, 2, ctx->perdir, "implicitly forcing redirect (rc=%d "
4617+
rewritelog(r, 2, ctx->perdir, "implicitly forcing redirect (rc=%d) "
46184618
"with %s", p->forced_responsecode, r->filename);
46194619

46204620
r->status = p->forced_responsecode;

0 commit comments

Comments
 (0)