1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
This commit is contained in:
Seth Schoen
2012-11-18 20:56:58 -08:00
parent 648d641311
commit 39d1924990

View File

@@ -26,6 +26,6 @@ for message in ps.listen():
if message["channel"] == "exit":
break
if clean_shutdown:
sys.stdout.write("logging daemon exiting cleanly"\n)
sys.stdout.write("logging daemon exiting cleanly\n")
sys.stdout.flush()
break