Lua: info,debug -> trace

This commit is contained in:
Lion Kortlepel
2021-09-20 16:23:38 +02:00
parent a3a18a3b56
commit 041db23a69
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ void TLuaEngine::operator()() {
< std::chrono::milliseconds(10)) {
std::this_thread::sleep_for(Diff);
} else {
beammp_debug("Event loop cannot keep up!");
beammp_trace("Event loop cannot keep up!");
}
Before = std::chrono::high_resolution_clock::now();
}