[or-cvs] make the initial temp log only notice-err, not info-err
Roger Dingledine
arma at seul.org
Tue Jan 4 02:25:20 UTC 2005
Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/common
Modified Files:
log.c
Log Message:
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.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- log.c 22 Dec 2004 08:16:42 -0000 1.84
+++ log.c 4 Jan 2005 02:25:18 -0000 1.85
@@ -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