Skip to content

Commit 2f57957

Browse files
committed
fix
1 parent 8b45816 commit 2f57957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/log.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function m.raw(thd, level, msg, source, currentline, clock)
127127
end
128128
end
129129

130-
if log.print then
130+
if m.print then
131131
print(buf)
132132
end
133133

0 commit comments

Comments
 (0)