浏览代码

improved log error message

svn:r3986
Roger Dingledine 20 年之前
父节点
当前提交
8dbdbfb831
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   }