瀏覽代碼

helpful log

svn:r5665
Roger Dingledine 20 年之前
父節點
當前提交
25fcb5fa9c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/or/circuitbuild.c

+ 5 - 0
src/or/circuitbuild.c

@@ -1916,6 +1916,11 @@ helper_nodes_set_status_from_directory(void)
           helper->down_since = 0;
         }
       }
+      info(LD_CIRC, "Summary: Helper '%s' is %s, %s, and %s.",
+           helper->nickname,
+           helper->down_since ? "down" : "up",
+           helper->unlisted_since ? "unlisted" : "listed",
+           helper_is_live(helper, 0, 1) ? "live" : "not live");
     });
 
   if (remove_dead_helpers())