]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Demote the 'turned /foo into http://host/foo' message from
authorKen Coar <coar@apache.org>
Tue, 5 Feb 2002 15:21:55 +0000 (15:21 +0000)
committerKen Coar <coar@apache.org>
Tue, 5 Feb 2002 15:21:55 +0000 (15:21 +0000)
WARNING to DEBUG; it's a supported operation, so no need to
fill normal log files with noise.  Setting LogLevel to Debug
will show the activity, though.

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

src/modules/standard/mod_alias.c

index 7d93b6bed385ec166c7794705bb43dfc4d629918..26f64b0396cf2656e8cb8d7249a6886f82b1edb9 100644 (file)
@@ -397,7 +397,7 @@ static int fixup_redir(request_rec *r)
                 char *orig_target = ret;
 
                 ret = ap_construct_url(r->pool, ret, r);
-                ap_log_rerror(APLOG_MARK, APLOG_WARNING|APLOG_NOERRNO, r,
+                ap_log_rerror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, r,
                               "incomplete redirection target of '%s' for "
                               "URI '%s' modified to '%s'",
                               orig_target, r->uri, ret);