mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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. svn:r4332
This commit is contained in:
+1
-1
@@ -1033,7 +1033,7 @@ static void signal_callback(int fd, short events, void *arg)
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user