소스 검색

Correct logfile names because Windows is apparently different than any
other os.


svn:r4484

Andrew Lewman 20 년 전
부모
커밋
9473cf7671
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/tor-doc-win32.html

+ 2 - 2
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>