aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index a812b725d0..319358a9ba 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1033,7 +1033,7 @@ static void signal_callback(int fd, short events, void *arg)
break;
case SIGUSR2:
switch_logs_debug();
- log(LOG_NOTICE,"Caught USR2. Going to loglevel debug.");
+ log(LOG_NOTICE,"Caught USR2, going to loglevel debug. Send HUP to change back.");
break;
case SIGHUP:
if (do_hup() < 0) {