[or-cvs] downgrade warning to info

Nick Mathewson nickm at seul.org
Fri Sep 9 21:03:59 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv25257/src/or

Modified Files:
	dirserv.c 
Log Message:
downgrade warning to info

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- dirserv.c	9 Sep 2005 19:37:12 -0000	1.219
+++ dirserv.c	9 Sep 2005 21:03:57 -0000	1.220
@@ -1209,7 +1209,7 @@
           if (cached) {
             smartlist_add(result, cached);
           } else {
-            log_fn(LOG_WARN, "Don't know about any network status with fingerprint '%s'", cp);
+            log_fn(LOG_INFO, "Don't know about any network status with fingerprint '%s'", cp);
           }
           tor_free(cp);
         });



More information about the tor-commits mailing list