prosody
changeset 10046 4e63e28ba362
parent 10045 c8f16fd2a5e3
child 10603 4f655918fef1
--- a/prosody	Fri May 31 18:50:13 2019 +0200
+++ b/prosody	Fri May 31 18:50:34 2019 +0200
@@ -95,4 +95,5 @@
 prosody.log("info", "Shutdown complete");
 
 prosody.log("debug", "Shutdown reason was: %s", prosody.shutdown_reason or "not specified");
+prosody.log("debug", "Exiting with status code: %d", prosody.shutdown_code or 0);
 os.exit(prosody.shutdown_code);