make kill -USR1 work again

svn:r2853
This commit is contained in:
Roger Dingledine 2004-11-14 13:35:47 +00:00
parent 5dcc6fd8b2
commit 846f71dcca

View File

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