[or-cvs] when you send a USR2 signal, the log message now tells you ...
arma at seul.org
arma at seul.org
Tue Jun 7 18:16:16 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
when you send a USR2 signal, the log message now tells you to send
a HUP signal if you want to change back to old log levels.
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -d -r1.509 -r1.510
--- main.c 7 Jun 2005 17:32:33 -0000 1.509
+++ main.c 7 Jun 2005 18:16:14 -0000 1.510
@@ -1033,7 +1033,7 @@
break;
case SIGUSR2:
switch_logs_debug();
- log(LOG_NOTICE,"Caught USR2. Going to loglevel debug.");
+ log(LOG_NOTICE,"Caught USR2, going to loglevel debug. Send HUP to change back.");
break;
case SIGHUP:
if (do_hup() < 0) {
More information about the tor-commits
mailing list