mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +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:
parent
621ab95e59
commit
1a5c5452b4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user