aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArturo Filastò <art@torproject.org>2011-11-24 10:28:38 +0100
committerNick Mathewson <nickm@torproject.org>2011-11-30 14:54:15 -0500
commitdb648fe886fd8ae4f42bb13d0219ca7fa690bdc1 (patch)
tree2e945283221b8ea4078d77510d26fea1bba2caff /src
parent6db69d9d612462489600df641b91e6ae49dfd382 (diff)
downloadtor-db648fe886fd8ae4f42bb13d0219ca7fa690bdc1.tar.gz
tor-db648fe886fd8ae4f42bb13d0219ca7fa690bdc1.zip
Add some more documentation
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 1dd5ed72c4..adfde8138a 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1310,7 +1310,8 @@ options_act(const or_options_t *old_options)
if (options->Tor2webMode) {
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.");
+ "option enabled. To enable Tor2webMode recompile with the "
+ "--enable-tor2webmode option.");
return -1;
}
#endif