[or-cvs] r12890: log on sighup (in bridgedb/trunk: . lib/bridgedb)
nickm at seul.org
nickm at seul.org
Fri Dec 21 04:23:48 UTC 2007
Author: nickm
Date: 2007-12-20 23:23:48 -0500 (Thu, 20 Dec 2007)
New Revision: 12890
Modified:
bridgedb/trunk/
bridgedb/trunk/lib/bridgedb/Main.py
Log:
r17293 at catbus: nickm | 2007-12-20 23:23:45 -0500
log on sighup
Property changes on: bridgedb/trunk
___________________________________________________________________
svk:merge ticket from /bridgedb/trunk [r17293] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: bridgedb/trunk/lib/bridgedb/Main.py
===================================================================
--- bridgedb/trunk/lib/bridgedb/Main.py 2007-12-20 20:11:08 UTC (rev 12889)
+++ bridgedb/trunk/lib/bridgedb/Main.py 2007-12-21 04:23:48 UTC (rev 12890)
@@ -225,6 +225,7 @@
# Make the parse-bridges function get re-called on SIGHUP.
def reload():
+ logging.info("Caught SIGHUP")
load(cfg, splitter)
global _reloadFn
_reloadFn = reload
More information about the tor-commits
mailing list