diff --git a/tests/src/Plugins.cpp b/tests/src/Plugins.cpp index e7951d4d0..e390e05be 100644 --- a/tests/src/Plugins.cpp +++ b/tests/src/Plugins.cpp @@ -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