Software /
code /
prosody
Diff
core/loggingmanager.lua @ 7949:8acc35b5355a
core: Allow select core modules to mutate some globals (needs luacheck 1.19)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 04 Mar 2017 20:09:28 +0100 |
parent | 7163:eadbf19d0de0 |
child | 8226:3463d82276de |
line wrap: on
line diff
--- a/core/loggingmanager.lua Sat Mar 04 20:06:29 2017 +0100 +++ b/core/loggingmanager.lua Sat Mar 04 20:09:28 2017 +0100 @@ -5,7 +5,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- - +-- luacheck: globals log prosody.log local format = string.format; local setmetatable, rawset, pairs, ipairs, type =