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:
Roger Dingledine 2005-06-07 18:16:14 +00:00
parent 621ab95e59
commit 1a5c5452b4

View File

@ -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) {