Mercurial > prosody-modules
diff mod_profile/mod_profile.lua @ 3184:c25853bc387b
mod_profile: Fix typo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 13 Jul 2018 01:11:51 +0200 |
parents | 1f2272cda0d7 |
children | 973caebcb40b |
line wrap: on
line diff
--- a/mod_profile/mod_profile.lua Fri Jul 13 00:47:29 2018 +0200 +++ b/mod_profile/mod_profile.lua Fri Jul 13 01:11:51 2018 +0200 @@ -147,7 +147,7 @@ if host ~= module.host then module:log("warn", "on_publish() called for non-local actor"); for k,v in pairs(event) do - module:log("debug", "event[%q] = %q", tosting(k), tostring(v)); + module:log("debug", "event[%q] = %q", k, v); end return; end