From fa5c0416fbfca39d13b2e17dcbceb5f99a55817b Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Wed, 18 Feb 2026 18:47:46 -0600 Subject: [PATCH] correct log line blames --- internal/engine.cm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/engine.cm b/internal/engine.cm index 53ffcae6..bb8c7057 100644 --- a/internal/engine.cm +++ b/internal/engine.cm @@ -572,7 +572,7 @@ log = function(name, args) { caller = {file: c_stack[0].file, line: c_stack[0].line} if (stack_channels[name]) stack = c_stack } else { - caller = caller_info(2) + caller = caller_info(0) if (stack_channels[name]) stack = os.stack(1) }