aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-26 04:17:57 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-26 04:17:57 +0000
commita7f92d7ffe0d9f4efff12c0c796ba1f383d1868b (patch)
tree48ebd450b35bacccac4adc68563d19666afda2db
parent81dad3e08bbef7fac2db8cef0c57be3fe0a0d3ef (diff)
downloadtor-a7f92d7ffe0d9f4efff12c0c796ba1f383d1868b.tar.gz
tor-a7f92d7ffe0d9f4efff12c0c796ba1f383d1868b.zip
inform the user that you noticed when he sent a USR2
svn:r2992
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
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) {