From ab0332100eac2f0c2276cf63bb9b4533eaf7b38d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 26 Nov 2004 04:17:57 +0000 Subject: [PATCH] inform the user that you noticed when he sent a USR2 svn:r2992 --- trunk/src/or/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/or/main.c b/trunk/src/or/main.c index d37cb0340b..2a4527528d 100644 --- a/trunk/src/or/main.c +++ b/trunk/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) {