[tor-commits] [tor/master] Fix a tor2web log message that referenced the wrong configure switch.

nickm at torproject.org nickm at torproject.org
Wed Feb 11 20:06:13 UTC 2015


commit 6c512d2f634c5688ca6ce5d4bfbe1ee2d263f212
Author: George Kadianakis <desnacked at riseup.net>
Date:   Mon Sep 15 15:28:27 2014 +0300

    Fix a tor2web log message that referenced the wrong configure switch.
---
 src/or/config.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/config.c b/src/or/config.c
index fb48e1e..999b134 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1378,7 +1378,7 @@ options_act(const or_options_t *old_options)
     log_err(LD_CONFIG, "This copy of Tor was not compiled to run in "
             "'tor2web mode'. It cannot be run with the Tor2webMode torrc "
             "option enabled. To enable Tor2webMode recompile with the "
-            "--enable-tor2webmode option.");
+            "--enable-tor2web-mode option.");
     return -1;
   }
 #endif





More information about the tor-commits mailing list