]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
give better instructions than just 'mail arma'
authorRoger Dingledine <arma@torproject.org>
Fri, 9 Apr 2004 20:23:25 +0000 (20:23 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 9 Apr 2004 20:23:25 +0000 (20:23 +0000)
svn:r1586

src/or/directory.c

index e1e3c5a24037e1b38c91be37fe4e8bc013371640..b7bcf3c909fe67b000e0a5d5d757ddb73d9eab67 100644 (file)
@@ -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: