diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-04 10:34:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-04 10:34:46 -0400 |
commit | 91b18b12d9796d4a71854dd7465c32ee8d500629 (patch) | |
tree | a83712e4afa18496d8c8daffdf8017627851c327 /src/or/config.c | |
parent | 03e4b5a9d7ab918dcd121f0ac4586e798e7ff5b0 (diff) | |
download | tor-91b18b12d9796d4a71854dd7465c32ee8d500629.tar.gz tor-91b18b12d9796d4a71854dd7465c32ee8d500629.zip |
Fix tabs in config.c
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/config.c b/src/or/config.c index c04f2aa022..bac2b2e642 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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) && |