Mercurial > prosody-modules
view mod_log_mark/mod_log_mark.lua @ 2028:530bf8ef2e55
mod_migrate: Include debug data of what store is being migrated
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 19 Jan 2016 19:52:45 +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);