[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] helpful log



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	circuitbuild.c 
Log Message:
helpful log


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -p -d -r1.191 -r1.192
--- circuitbuild.c	27 Dec 2005 07:37:21 -0000	1.191
+++ circuitbuild.c	27 Dec 2005 08:38:22 -0000	1.192
@@ -1916,6 +1916,11 @@ helper_nodes_set_status_from_directory(v
           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())