From 7a8ac00f9c1c966469c6fbea448737fcc454695e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 9 Oct 2022 16:41:55 +0200 Subject: DevTest: Cleanup callback logging --- games/devtest/mods/callbacks/entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/devtest/mods/callbacks/entities.lua') diff --git a/games/devtest/mods/callbacks/entities.lua b/games/devtest/mods/callbacks/entities.lua index 6a7f13d75..e8379cb6f 100644 --- a/games/devtest/mods/callbacks/entities.lua +++ b/games/devtest/mods/callbacks/entities.lua @@ -1,7 +1,7 @@ -- Entities that test their callbacks local message = function(msg) - minetest.log("action", msg) + minetest.log("action", "[callbacks] "..msg) minetest.chat_send_all(msg) end -- cgit v1.2.3