aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-01-06 12:18:48 +0100
committerKim Alvefur <zash@zash.se>2019-01-06 12:18:48 +0100
commit8321e093388eb2374d56cfe7dd023388c46a3202 (patch)
tree4835386e930acc8100f602f212510efe7f49e11a /plugins
parent17be1c595df0e62ff28d9e115b83ace74c800db0 (diff)
parent2c8b0b80608ccea6b7cbd157ccc400338c8e5f38 (diff)
downloadprosody-8321e093388eb2374d56cfe7dd023388c46a3202.tar.gz
prosody-8321e093388eb2374d56cfe7dd023388c46a3202.zip
Merge 0.11->trunk
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_posix.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_posix.lua b/plugins/mod_posix.lua
index 825d3be0..23df4d23 100644
--- a/plugins/mod_posix.lua
+++ b/plugins/mod_posix.lua
@@ -172,7 +172,7 @@ if have_signal then
signal.signal("SIGHUP", function ()
module:log("info", "Received SIGHUP");
prosody.reload_config();
- prosody.reopen_logfiles();
+ -- this also reloads logging
end);
signal.signal("SIGINT", function ()