From e5e45fe980b0b45004cc7a32d7896a9b2f1ff6e3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 26 Nov 2004 04:19:03 +0000 Subject: inform him more sanely svn:r2993 --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/or/main.c b/src/or/main.c index 2a4527528d..d22fc94426 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -845,7 +845,7 @@ static int do_main_loop(void) { } if (please_debug) { switch_logs_debug(); - log(LOG_DEBUG,"Caught USR2. Going to loglevel debug."); + log(LOG_NOTICE,"Caught USR2. Going to loglevel debug."); please_debug = 0; } if (please_reset) { -- cgit v1.2.3-54-g00ecf