conf: adapt a log message (add quotes to string value)
Michael
This commit is contained in:
parent
f7419c60be
commit
e9baa2977c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user