Explorar o código

improved log error message

svn:r3986
Roger Dingledine %!s(int64=20) %!d(string=hai) anos
pai
achega
8dbdbfb831
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/routerparse.c

+ 1 - 1
src/or/routerparse.c

@@ -724,7 +724,7 @@ static int check_directory_signature(const char *digest,
     _pkey = pkey;
   }
   if (!_pkey) {
-    log_fn(LOG_WARN, "Found directory in old (before 0.0.9pre3) format--rejecting.");
+    log_fn(LOG_WARN, "Obsolete directory format (dir signing key not present) or signing key not trusted--rejecting.");
     return -1;
   }