aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/callbacks/entities.lua
diff options
context:
space:
mode:
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