aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/callbacks/nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'games/devtest/mods/callbacks/nodes.lua')
-rw-r--r--games/devtest/mods/callbacks/nodes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/devtest/mods/callbacks/nodes.lua b/games/devtest/mods/callbacks/nodes.lua
index 5cc9c8b70..80e3f9bed 100644
--- a/games/devtest/mods/callbacks/nodes.lua
+++ b/games/devtest/mods/callbacks/nodes.lua
@@ -1,5 +1,5 @@
local function print_to_everything(msg)
- minetest.log("action", msg)
+ minetest.log("action", "[callbacks] " .. msg)
minetest.chat_send_all(msg)
end