File

plugins/mod_pep_plus.lua @ 9762:34988a408b74 0.11

util.startup: Always reload logging after config (fixes #1284) This chancged in 6e24a69b03af likely because of confusion about the `reopen-log-files` event which was fired but never hooked.
author Kim Alvefur <zash@zash.se>
date Sun, 06 Jan 2019 12:14:42 +0100
parent 9074:0462405b1cfb
line wrap: on
line source

module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
module:depends("pep");