[or-cvs] inform the user that you noticed when he sent a USR2

Roger Dingledine arma at seul.org
Fri Nov 26 04:18:00 UTC 2004


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

Modified Files:
	main.c 
Log Message:
inform the user that you noticed when he sent a USR2


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -d -r1.391 -r1.392
--- main.c	26 Nov 2004 04:03:19 -0000	1.391
+++ main.c	26 Nov 2004 04:17:57 -0000	1.392
@@ -845,6 +845,7 @@
     }
     if (please_debug) {
       switch_logs_debug();
+      log(LOG_DEBUG,"Caught USR2. Going to loglevel debug.");
       please_debug = 0;
     }
     if (please_reset) {



More information about the tor-commits mailing list