From 0f8846d6f6d0cc91f34a704598642f092c12df0c Mon Sep 17 00:00:00 2001 From: Niklp09 <89982526+Niklp09@users.noreply.github.com> Date: Sat, 15 Jul 2023 13:09:29 +0200 Subject: [PATCH] log position of coroutine errors --- basic_machines/quarry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_machines/quarry.lua b/basic_machines/quarry.lua index 7e2dcbb..41df119 100644 --- a/basic_machines/quarry.lua +++ b/basic_machines/quarry.lua @@ -243,7 +243,7 @@ local function keep_running(pos, elapsed) local crd = CRD(pos) local _, err = coroutine.resume(mem.co, pos, crd, nvm) if err then - minetest.log("error", "[TA4 Quarry Coroutine Error]" .. err) + minetest.log("error", "[TA4 Quarry Coroutine Error] at pos " .. minetest.pos_to_string(pos) .. " " .. err) end if techage.is_activeformspec(pos) then