aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-28 11:35:30 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-28 11:35:30 -0400
commitab166fe68faa87237c767a38682271b22ce8c029 (patch)
treefd8cb889ae3be76e4ffbba846b64851520b629b3 /src/or/dirserv.c
parentec99f038fa6dd5207bc277d9efc815c8d29de52d (diff)
downloadtor-ab166fe68faa87237c767a38682271b22ce8c029.tar.gz
tor-ab166fe68faa87237c767a38682271b22ce8c029.zip
Try to improve the keypinning-failure message even more
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 4c5309b3ba..acd00322a1 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -723,7 +723,9 @@ dirserv_add_descriptor(routerinfo_t *ri, const char **msg, const char *source)
*msg = "Looks like your keypair has changed? This authority previously "
"recorded a different RSA identity for this Ed25519 identity (or vice "
"versa.) Did you replace or copy some of your key files, but not "
- "the others?";
+ "the others? You should either restore the expected keypair, or "
+ "delete your keys and restart Tor to start your relay with a new "
+ "identity.";
r = ROUTER_AUTHDIR_REJECTS;
goto fail;
}