]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
helpful log
authorRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 08:38:22 +0000 (08:38 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 08:38:22 +0000 (08:38 +0000)
svn:r5665

src/or/circuitbuild.c

index 7cec1cc2539603acb6cad9de3fa745246f820863..af4e207ff572bb2c672e32b14f7b14214b70adb6 100644 (file)
@@ -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())