conf: change a log message (to be more reasonable?)

Michael
This commit is contained in:
Michael Adam 2009-12-21 23:53:07 +01:00
parent 8bf91ce80f
commit 93dfb1ac5b

View File

@ -652,7 +652,7 @@ static HANDLE_FUNC (handle_viaproxyname)
if (r)
return r;
log_message (LOG_INFO,
"Setting \"Via\" header proxy to %s",
"Setting \"Via\" header to %s",
conf->via_proxy_name);
return 0;
}