From: George Kadianakis Date: Mon, 15 Sep 2014 12:28:27 +0000 (+0300) Subject: Fix a tor2web log message that referenced the wrong configure switch. X-Git-Tag: tor-0.2.6.3-alpha~60^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c512d2f634c5688ca6ce5d4bfbe1ee2d263f212;p=thirdparty%2Ftor.git Fix a tor2web log message that referenced the wrong configure switch. --- diff --git a/src/or/config.c b/src/or/config.c index fb48e1e411..999b13446d 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