aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 69712519a2..6e4916594e 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3441,9 +3441,7 @@ routers_update_all_from_networkstatus(void)
have_warned_about_invalid_status = 1;
} else if (n_naming && !n_named) {
log_info(LD_GENERAL, "0/%d name-binding directory authorities "
- "recognize your nickname. Please consider sending your "
- "nickname and identity fingerprint to the tor-ops.",
- n_naming);
+ "recognize your nickname.", n_naming);
have_warned_about_invalid_status = 1;
}
}