here, the attempt to log the fact that the session succeeded caused the daemon to crash (!)

This commit is contained in:
Seth Schoen
2012-11-17 00:58:45 -08:00
parent 44e6383171
commit c6fd758acf
+1 -1
View File
@@ -32,7 +32,7 @@ ps = r.pubsub()
debug = "debug" in sys.argv
clean_shutdown = False
from daemon_common import signal_handler
from daemon_common import signal_handler, short
signal.signal(signal.SIGTERM, signal_handler)
signal.signal(signal.SIGINT, signal_handler)