diff options
| author | Michael Adam <obnox@samba.org> | 2009-12-22 00:10:57 +0100 | 
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:15:00 +0100 | 
| commit | e9baa2977c0c5f5e6c28838a585d44987e3fd514 (patch) | |
| tree | f8a7175533b2d2e9410b7bc600654d02d621e715 | |
| parent | f7419c60be80f612079f65a2f59d03503ec41fef (diff) | |
| download | tinyproxy-e9baa2977c0c5f5e6c28838a585d44987e3fd514.tar.gz tinyproxy-e9baa2977c0c5f5e6c28838a585d44987e3fd514.zip | |
conf: adapt a log message (add quotes to string value)
Michael
Diffstat (limited to '')
| -rw-r--r-- | src/conf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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;  } | 
