Software /
code /
prosody
Changeset
9763:982529dd0bed 0.11
mod_posix: Don't reload logging twice
See 18eca6afb367
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 06 Jan 2019 12:17:00 +0100 |
parents | 9762:34988a408b74 |
children | 9764:2f4240bfd147 9767:57ceffb13963 |
files | plugins/mod_posix.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Sun Jan 06 12:14:42 2019 +0100 +++ b/plugins/mod_posix.lua Sun Jan 06 12:17:00 2019 +0100 @@ -172,7 +172,7 @@ signal.signal("SIGHUP", function () module:log("info", "Received SIGHUP"); prosody.reload_config(); - prosody.reopen_logfiles(); + -- this also reloads logging end); signal.signal("SIGINT", function ()