diff options
| author | Michael Adam <obnox@samba.org> | 2009-12-21 23:53:07 +0100 | 
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:15:00 +0100 | 
| commit | 93dfb1ac5be34331e743ff7e1cc382bde4d805cf (patch) | |
| tree | 9ca8d17eaef598c4c51c228295d11dfaadd3504b /src | |
| parent | 8bf91ce80ffeaa6de2273040f17f6fd869641898 (diff) | |
| download | tinyproxy-93dfb1ac5be34331e743ff7e1cc382bde4d805cf.tar.gz tinyproxy-93dfb1ac5be34331e743ff7e1cc382bde4d805cf.zip | |
conf: change a log message (to be more reasonable?)
Michael
Diffstat (limited to '')
| -rw-r--r-- | src/conf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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;  } | 
