From: Roger Dingledine Date: Fri, 26 Nov 2004 04:17:57 +0000 (+0000) Subject: inform the user that you noticed when he sent a USR2 X-Git-Tag: tor-0.0.9rc4~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7f92d7ffe0d9f4efff12c0c796ba1f383d1868b;p=thirdparty%2Ftor.git inform the user that you noticed when he sent a USR2 svn:r2992 --- diff --git a/src/or/main.c b/src/or/main.c index d37cb0340b..2a4527528d 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -845,6 +845,7 @@ static int do_main_loop(void) { } if (please_debug) { switch_logs_debug(); + log(LOG_DEBUG,"Caught USR2. Going to loglevel debug."); please_debug = 0; } if (please_reset) {