aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);