[or-cvs] backport: make the initial temp log only notice-err, not in...

Roger Dingledine arma at seul.org
Tue Jan 4 02:26:06 UTC 2005


Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor/src/common

Modified Files:
      Tag: tor-0_0_9-patches
	log.c 
Log Message:
backport: make the initial temp log only notice-err, not info-err


Index: log.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/log.c,v
retrieving revision 1.83.2.1
retrieving revision 1.83.2.2
diff -u -d -r1.83.2.1 -r1.83.2.2
--- log.c	22 Dec 2004 08:30:18 -0000	1.83.2.1
+++ log.c	4 Jan 2005 02:26:04 -0000	1.83.2.2
@@ -337,7 +337,7 @@
  */
 void add_temp_log(void)
 {
-  add_stream_log(LOG_INFO, LOG_ERR, "<temp>", stdout);
+  add_stream_log(LOG_NOTICE, LOG_ERR, "<temp>", stdout);
   logfiles->is_temporary = 1;
 }
 



More information about the tor-commits mailing list