mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
make kill -USR1 work again
svn:r2853
This commit is contained in:
parent
5dcc6fd8b2
commit
846f71dcca
@ -818,7 +818,7 @@ static int do_main_loop(void) {
|
||||
}
|
||||
if(please_dumpstats) {
|
||||
/* prefer to log it at INFO, but make sure we always see it */
|
||||
dumpstats(get_min_log_level()>LOG_INFO ? get_min_log_level() : LOG_INFO);
|
||||
dumpstats(get_min_log_level()<LOG_INFO ? get_min_log_level() : LOG_INFO);
|
||||
please_dumpstats = 0;
|
||||
}
|
||||
if(please_reset) {
|
||||
|
Loading…
Reference in New Issue
Block a user