Mercurial > prosody-modules
view mod_log_mark/mod_log_mark.lua @ 2091:ea95637cf041
mod_smacks: Log when sending <r> from read timeout event (0.10+)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 16 Mar 2016 13:30:03 +0100 |
parents | 02390829df1a |
children | d15df55f0a63 |
line wrap: on
line source
local log = _G.log; module:add_timer(60-os.date("%S"), function () log("info", "-- MARK --"); return 60; end);