]> granicus.if.org Git - apache/commitdiff
Change the 'we turned /foo into http://host/foo' log message
authorKen Coar <coar@apache.org>
Tue, 5 Feb 2002 11:35:57 +0000 (11:35 +0000)
committerKen Coar <coar@apache.org>
Tue, 5 Feb 2002 11:35:57 +0000 (11:35 +0000)
to DEBUG; no reason to clutter people's log files with this
when it's supported behaviour.  Of course, they can find out
about the performance impact by LogLeveling Debug. :-)

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

modules/mappers/mod_alias.c

index 8a3150f339841c394e8904e5c5116e3ef3d52c65..7301269eaf6aad10aed876031599176ee63fc5a4 100644 (file)
@@ -440,7 +440,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, 0, r,
+                ap_log_rerror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, r,
                               "incomplete redirection target of '%s' for "
                               "URI '%s' modified to '%s'",
                               orig_target, r->uri, ret);