aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-07 20:11:24 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-07 20:11:24 +0000
commitc304a10fd3ec7943734d47c2e95fcd1b75bf526d (patch)
tree267214bdb967bad34d13c5451b7c25cab797dc92 /src
parent67b27a42be670837d06b17697c3d1edf3c727aa0 (diff)
downloadtor-c304a10fd3ec7943734d47c2e95fcd1b75bf526d.tar.gz
tor-c304a10fd3ec7943734d47c2e95fcd1b75bf526d.zip
r11467@Kushana: nickm | 2006-12-07 14:38:54 -0500
Whitespace cleanup svn:r9046
Diffstat (limited to 'src')
-rw-r--r--src/or/rendservice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 4afb911650..d60c69770e 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -1128,8 +1128,8 @@ rend_service_dump_stats(int severity)
safe_name = safe_str(nickname);
if (!router) {
- log(severity, LD_GENERAL, " Intro point %d at %s: unrecognized router",
- j, safe_name);
+ log(severity, LD_GENERAL,
+ " Intro point %d at %s: unrecognized router", j, safe_name);
continue;
}
circ = find_intro_circuit(router, service->pk_digest);