summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-21 23:53:07 +0100
committerMichael Adam <obnox@samba.org>2009-12-22 00:15:00 +0100
commit93dfb1ac5be34331e743ff7e1cc382bde4d805cf (patch)
tree9ca8d17eaef598c4c51c228295d11dfaadd3504b
parent8bf91ce80ffeaa6de2273040f17f6fd869641898 (diff)
downloadtinyproxy-93dfb1ac5be34331e743ff7e1cc382bde4d805cf.tar.gz
tinyproxy-93dfb1ac5be34331e743ff7e1cc382bde4d805cf.zip
conf: change a log message (to be more reasonable?)
Michael
Diffstat (limited to '')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
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;
}