mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
make logging daemon log when it's shut down
This commit is contained in:
parent
2dd531b65d
commit
648d641311
1 changed files with 2 additions and 1 deletions
|
|
@ -26,5 +26,6 @@ for message in ps.listen():
|
|||
if message["channel"] == "exit":
|
||||
break
|
||||
if clean_shutdown:
|
||||
print "logging daemon exiting cleanly"
|
||||
sys.stdout.write("logging daemon exiting cleanly"\n)
|
||||
sys.stdout.flush()
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in a new issue