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

[or-cvs] quiet another entry guard log message



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:
quiet another entry guard log message


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -p -d -r1.221 -r1.222
--- circuitbuild.c	14 Mar 2006 23:40:37 -0000	1.221
+++ circuitbuild.c	15 Mar 2006 22:48:48 -0000	1.222
@@ -1912,7 +1912,7 @@ entry_guards_set_status_from_directory(v
   routerlist_t *routers;
   time_t now;
   int changed = 0;
-  int severity = LOG_NOTICE;
+  int severity = LOG_INFO;
   if (! entry_guards)
     return;