summaryrefslogtreecommitdiff
path: root/server/vhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/vhost.c')
-rw-r--r--server/vhost.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/vhost.c b/server/vhost.c
index 302e4084..fd7c0ad6 100644
--- a/server/vhost.c
+++ b/server/vhost.c
@@ -754,8 +754,9 @@ static void fix_hostname(request_rec *r)
bad:
r->status = HTTP_BAD_REQUEST;
- ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(00550)
- "Client sent malformed Host header");
+ ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(00550)
+ "Client sent malformed Host header: %s",
+ r->hostname);
return;
}