Skip to content

Commit

Permalink
promote log debug in timer test to log info so it's visible in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Oct 19, 2024
1 parent b30b189 commit 9ee4b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ TEST_F(PluginTest, testTimerRec)
local i = 0
f = function()
i = i + 1
c2.log(c2.LogLevel.Debug, "cb", i)
c2.log(c2.LogLevel.Info, "cb", i)
if i < 1024 then
c2.later(f, 1)
else
Expand Down

0 comments on commit 9ee4b6b

Please sign in to comment.