summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-11-12 17:04:42 +0000
committerPeter Palfrader <peter@palfrader.org>2004-11-12 17:04:42 +0000
commita1e7ad485502bfa686f623f245549822dbb8ca49 (patch)
tree09e9fdf77a9c8701dcdcfa4920736e1a00ca7617
parentabd90020a42891fb001f3c13960c8f9ebd9c8fc2 (diff)
downloadtor-a1e7ad485502bfa686f623f245549822dbb8ca49.tar.gz
tor-a1e7ad485502bfa686f623f245549822dbb8ca49.zip
Fix two comments in torrc.sample.in directly in the upstream source
svn:r2812
-rw-r--r--src/config/torrc.sample.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index fa5e6a7fd3..72be7d3dd6 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -18,11 +18,11 @@ AllowUnverifiedNodes middle,rendezvous
## Logs go to stdout unless redirected by something else, like one of
## the below lines.
-## Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings
+## Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings.log
#Log warn file @LOCALSTATEDIR@/log/tor/warnings.log
-## Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug
+## Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug.log
#Log debug-info file @LOCALSTATEDIR@/log/tor/debug.log
-## Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug
+## Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug.log
#Log debug-debug file @LOCALSTATEDIR@/log/tor/debug.log
## To use the system log instead of Tor's logfiles, uncomment these lines:
#Log notice syslog