]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix tabs in config.c
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Oct 2012 14:34:46 +0000 (10:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Oct 2012 14:34:46 +0000 (10:34 -0400)
src/or/config.c

index c04f2aa022d3496c0eeadf03d705a25a595940e6..bac2b2e64216a31aca25c8a9b7f32aa3a2b894aa 100644 (file)
@@ -2553,10 +2553,10 @@ options_validate(or_options_t *old_options, or_options_t *options,
   if (!(options->UseEntryGuards) &&
       (options->RendConfigLines != NULL)) {
     log_warn(LD_CONFIG,
-            "UseEntryGuards is disabled, but you have configured one or more "
-            "hidden services on this Tor instance.  Your hidden services "
-            "will be very easy to locate using a well-known attack -- see "
-            "http://freehaven.net/anonbib/#hs-attack06 for details.");
+             "UseEntryGuards is disabled, but you have configured one or more "
+             "hidden services on this Tor instance.  Your hidden services "
+             "will be very easy to locate using a well-known attack -- see "
+             "http://freehaven.net/anonbib/#hs-attack06 for details.");
   }
 
   if (!(options->LearnCircuitBuildTimeout) &&