mod_posix: Log a message explaining that we are detaching from the console

This commit is contained in:
Kim Alvefur 2012-11-11 23:44:56 +01:00
parent acbda76a75
commit 8f3a73f5c5

View file

@ -145,6 +145,7 @@ end
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