diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |