plugins/mod_posix.lua
changeset 5177 add9ad38208e
parent 5175 fabaed7418a6
child 5450 cc83b1a50fde
--- a/plugins/mod_posix.lua	Sat Nov 10 23:41:53 2012 +0100
+++ b/plugins/mod_posix.lua	Sun Nov 11 23:44:56 2012 +0100
@@ -145,6 +145,7 @@
 
 if daemonize then
 	local function daemonize_server()
+		module:log("info", "Prosody is about to detach from the console, disabling further console output");
 		remove_log_sinks();
 		local ok, ret = pposix.daemonize();
 		if not ok then