aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/callbacks/entities.lua
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-10-09 16:41:55 +0200
committersfan5 <sfan5@live.de>2022-10-23 21:58:56 +0200
commit7a8ac00f9c1c966469c6fbea448737fcc454695e (patch)
treefd4c62891bc36e84afd90f9e04d93b61638ee0f9 /games/devtest/mods/callbacks/entities.lua
parent9e186a42bdb8d7b6672df202c7e28e32a6cbfa3b (diff)
downloadminetest-7a8ac00f9c1c966469c6fbea448737fcc454695e.tar.xz
DevTest: Cleanup callback logging
Diffstat (limited to 'games/devtest/mods/callbacks/entities.lua')
-rw-r--r--games/devtest/mods/callbacks/entities.lua2
1 files changed, 1 insertions, 1 deletions
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