summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
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 a35f818..c01aadf 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -655,7 +655,7 @@ static HANDLE_FUNC (handle_viaproxyname)
if (r)
return r;
log_message (LOG_INFO,
- "Setting \"Via\" header to %s",
+ "Setting \"Via\" header to '%s'",
conf->via_proxy_name);
return 0;
}