[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] a slightly more useful message when you get a sighup
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
a slightly more useful message when you get a sighup
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.615
retrieving revision 1.616
diff -u -p -d -r1.615 -r1.616
--- main.c 23 Jan 2006 09:23:04 -0000 1.615
+++ main.c 26 Jan 2006 19:11:06 -0000 1.616
@@ -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));