changeset 3184:c25853bc387b

mod_profile: Fix typo
author Kim Alvefur <zash@zash.se>
date Fri, 13 Jul 2018 01:11:51 +0200
parents b718092e442f
children 973caebcb40b
files mod_profile/mod_profile.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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