diff options
author | Andrew Lewman <andrew@torproject.org> | 2005-06-26 05:08:11 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2005-06-26 05:08:11 +0000 |
commit | 9473cf76718455cb5de98cd5068989f3dd7e3f88 (patch) | |
tree | 75b11994542fd9c35c1589b8ec23fa0d41d167f6 /doc | |
parent | 09e87f452d9bcfd0849c867a22695960c62a1779 (diff) | |
download | tor-9473cf76718455cb5de98cd5068989f3dd7e3f88.tar tor-9473cf76718455cb5de98cd5068989f3dd7e3f88.tar.gz |
Correct logfile names because Windows is apparently different than any
other os.
svn:r4484
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc-win32.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html index 631b3b7ec..205572bd4 100644 --- a/doc/tor-doc-win32.html +++ b/doc/tor-doc-win32.html @@ -98,9 +98,9 @@ the file. Be sure to save. <p>Privoxy keeps a log file of everything passed through it. In order to stop this you will need to comment out the line <br> -<tt>logfile logfile</tt><br> +<tt>logfile privoxy.log</tt><br> and the line <br> -<tt>jarfile jarfile</tt><br> +<tt>jarfile jar.log</tt><br> Be sure to save. </p> |