From 9473cf76718455cb5de98cd5068989f3dd7e3f88 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sun, 26 Jun 2005 05:08:11 +0000 Subject: [PATCH] Correct logfile names because Windows is apparently different than any other os. svn:r4484 --- doc/tor-doc-win32.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html index 631b3b7ec7..205572bd4e 100644 --- a/doc/tor-doc-win32.html +++ b/doc/tor-doc-win32.html @@ -98,9 +98,9 @@ the file. Be sure to save.

Privoxy keeps a log file of everything passed through it. In order to stop this you will need to comment out the line
-logfile logfile
+logfile privoxy.log
and the line
-jarfile jarfile
+jarfile jar.log
Be sure to save.