[or-cvs] and even more so

arma at seul.org arma at seul.org
Tue Jan 10 21:01:32 UTC 2006


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:
and even more so


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -p -d -r1.204 -r1.205
--- circuitbuild.c	10 Jan 2006 20:59:39 -0000	1.204
+++ circuitbuild.c	10 Jan 2006 21:01:30 -0000	1.205
@@ -2009,7 +2009,7 @@ entry_node_set_status(const char *digest
                    "Connected to new entry node '%s'. Marking earlier "
                    "entries up. %d/%d entries usable/new.", entry->nickname,
                    num_live_entry_nodes(), smartlist_len(entry_nodes));
-            log_entry_nodes(LOG_NOTICE);
+            log_entry_nodes(LOG_INFO);
             changed = 1;
           }
           if (entry->down_since) {
@@ -2019,7 +2019,7 @@ entry_node_set_status(const char *digest
                    "%d/%d entry nodes usable/new.", entry->nickname,
                    num_live_entry_nodes(), smartlist_len(entry_nodes));
             entry->down_since = 0;
-            log_entry_nodes(LOG_NOTICE);
+            log_entry_nodes(LOG_INFO);
             changed = 1;
           }
         } else {
@@ -2031,7 +2031,7 @@ entry_node_set_status(const char *digest
                    num_live_entry_nodes()-1, smartlist_len(entry_nodes)-1);
             tor_free(entry);
             smartlist_del_keeporder(entry_nodes, entry_sl_idx);
-            log_entry_nodes(LOG_NOTICE);
+            log_entry_nodes(LOG_INFO);
             changed = 1;
           } else if (!entry->down_since) {
             entry->down_since = time(NULL);
@@ -2039,7 +2039,7 @@ entry_node_set_status(const char *digest
                  " %d/%d entry nodes usable/new.",
                  entry->nickname,
                  num_live_entry_nodes(), smartlist_len(entry_nodes));
-            log_entry_nodes(LOG_NOTICE);
+            log_entry_nodes(LOG_INFO);
             changed = 1;
           }
         }



More information about the tor-commits mailing list