mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-12 22:23:49 +01:00
a slightly more useful message when you get a sighup
svn:r5869
This commit is contained in:
parent
20183cf559
commit
35f91db15f
@ -1014,7 +1014,7 @@ do_hup(void)
|
|||||||
char keydir[512];
|
char keydir[512];
|
||||||
or_options_t *options = get_options();
|
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;
|
has_completed_circuit=0;
|
||||||
if (accounting_is_enabled(options))
|
if (accounting_is_enabled(options))
|
||||||
accounting_record_bandwidth_usage(time(NULL));
|
accounting_record_bandwidth_usage(time(NULL));
|
||||||
|
Loading…
Reference in New Issue
Block a user