]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a tor2web log message that referenced the wrong configure switch.
authorGeorge Kadianakis <desnacked@riseup.net>
Mon, 15 Sep 2014 12:28:27 +0000 (15:28 +0300)
committerGeorge Kadianakis <desnacked@riseup.net>
Mon, 15 Sep 2014 13:07:48 +0000 (16:07 +0300)
src/or/config.c

index fb48e1e411c442ce168beaa080545822fc1ad075..999b13446decaf1b88b7b472189108b29fb3ab36 100644 (file)
@@ -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