Software /
code /
prosody
Changeset
4118:339b909c15a0
Merge 0.8->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 11 Jan 2011 22:40:41 +0000 |
parents | 4116:7ffc6828a6d6 (current diff) 4117:b42ca82b0ea4 (diff) |
children | 4119:813adb81d7da |
files | |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/core/loggingmanager.lua Tue Jan 11 06:18:51 2011 +0000 +++ b/core/loggingmanager.lua Tue Jan 11 22:40:41 2011 +0000 @@ -266,12 +266,6 @@ end local write, flush = logfile.write, logfile.flush; - prosody.events.add_handler("logging-reloading", function () - if logfile then - logfile:close(); - end - end); - local timestamps = config.timestamps; if timestamps == nil or timestamps == true then