From 93dfb1ac5be34331e743ff7e1cc382bde4d805cf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 21 Dec 2009 23:53:07 +0100 Subject: conf: change a log message (to be more reasonable?) Michael --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index c129d5b..096c725 100644 --- a/src/conf.c +++ b/src/conf.c @@ -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; } -- cgit v1.2.3