aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/callbacks/nodes.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/nodes.lua
parent9e186a42bdb8d7b6672df202c7e28e32a6cbfa3b (diff)
downloadminetest-7a8ac00f9c1c966469c6fbea448737fcc454695e.tar.xz
DevTest: Cleanup callback logging
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