mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
promote log debug in timer test to log info so it's visible in ci
This commit is contained in:
parent
b30b189be0
commit
9ee4b6b7e1
|
@ -545,7 +545,7 @@ TEST_F(PluginTest, testTimerRec)
|
||||||
local i = 0
|
local i = 0
|
||||||
f = function()
|
f = function()
|
||||||
i = i + 1
|
i = i + 1
|
||||||
c2.log(c2.LogLevel.Debug, "cb", i)
|
c2.log(c2.LogLevel.Info, "cb", i)
|
||||||
if i < 1024 then
|
if i < 1024 then
|
||||||
c2.later(f, 1)
|
c2.later(f, 1)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue