# HG changeset patch # User Kim Alvefur # Date 1352673896 -3600 # Node ID add9ad38208efe4de75bf8d2f64da834e7a6df98 # Parent 7d0a8b255a375f19bd4d6ea3c69c319729878ba0 mod_posix: Log a message explaining that we are detaching from the console diff -r 7d0a8b255a37 -r add9ad38208e plugins/mod_posix.lua --- 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