From: Roger Dingledine Date: Fri, 9 Apr 2004 20:23:25 +0000 (+0000) Subject: give better instructions than just 'mail arma' X-Git-Tag: tor-0.0.6incompat-merged~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f8d185f4b8bf98cb21e99aadc3142e896b8fb1f;p=thirdparty%2Ftor.git give better instructions than just 'mail arma' svn:r1586 --- diff --git a/src/or/directory.c b/src/or/directory.c index e1e3c5a240..b7bcf3c909 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -254,7 +254,7 @@ int connection_dir_process_inbuf(connection_t *conn) { log_fn(LOG_WARN,"http status 400 (bad request) response from dirserver. Malformed server descriptor?"); break; case 403: - log_fn(LOG_WARN,"http status 403 (unapproved server) response from dirserver. Is your clock skewed? Have you mailed arma your identity fingerprint? Are you using the right key?"); + log_fn(LOG_WARN,"http status 403 (unapproved server) response from dirserver. Is your clock skewed? Have you mailed arma your identity fingerprint? Are you using the right key? See README."); break; default: