correct log line blames

This commit is contained in:
2026-02-18 18:47:46 -06:00
parent dc70a15981
commit fa5c0416fb

View File

@@ -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)
}