diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-26 19:11:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-26 19:11:06 +0000 |
commit | 35f91db15f00495628e023de43dc3fab0c135633 (patch) | |
tree | 60edd16e67a8b95999879bc5ae094a26b5485e20 /src | |
parent | 20183cf55949c08896cc748ff067386c12e7536c (diff) | |
download | tor-35f91db15f00495628e023de43dc3fab0c135633.tar.gz tor-35f91db15f00495628e023de43dc3fab0c135633.zip |
a slightly more useful message when you get a sighup
svn:r5869
Diffstat (limited to 'src')
-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 8a958ed863..ba7fdd0a9d 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1014,7 +1014,7 @@ do_hup(void) char keydir[512]; or_options_t *options = get_options(); - notice(LD_GENERAL,"Received sighup. Reloading config."); + notice(LD_GENERAL,"Received reload signal (hup). Reloading config."); has_completed_circuit=0; if (accounting_is_enabled(options)) accounting_record_bandwidth_usage(time(NULL)); |