Explorar o código

a slightly more useful message when you get a sighup

svn:r5869
Roger Dingledine %!s(int64=19) %!d(string=hai) anos
pai
achega
35f91db15f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/main.c

+ 1 - 1
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));