conf: adapt a log message (add quotes to string value)

Michael
This commit is contained in:
Michael Adam 2009-12-22 00:10:57 +01:00
parent f7419c60be
commit e9baa2977c

View File

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