Mercurial > prosody-modules
view mod_log_mark/mod_log_mark.lua @ 1939:54f9e8663139
mod_auth_http_async: Correctly pass password to provider.test_password (thanks mother)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Oct 2015 15:08:19 +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);