We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e4ac1 commit c95f8a2Copy full SHA for c95f8a2
lib/dtutils/log.lua
@@ -199,7 +199,7 @@ function dtutils_log.msg(level, ...)
199
table.remove(args, 1)
200
end
201
local log_msg = level.label
202
- if level.engine ~= dt_screen and call_level ~= 0 then
+ if level.engine ~= dt_print and call_level ~= 0 then
203
log_msg = log_msg .. dtutils_log.caller(call_level, level.caller_info) .. " "
204
elseif log_msg:len() > 2 then
205
log_msg = log_msg .. " "
0 commit comments