mod_profile/mod_profile.lua
changeset 3188 c25853bc387b
parent 3185 1f2272cda0d7
child 3189 973caebcb40b
--- 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