From: Roger Dingledine Date: Sun, 14 Nov 2004 13:35:47 +0000 (+0000) Subject: make kill -USR1 work again X-Git-Tag: tor-0.0.9pre6~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846f71dccabb7b5385e6498985adde5abad4d4b4;p=thirdparty%2Ftor.git make kill -USR1 work again svn:r2853 --- diff --git a/src/or/main.c b/src/or/main.c index bbe48fd052..4fc01c1818 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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()