1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

A few clean ups in log.cpp

This commit is contained in:
sfan5
2024-05-14 19:56:31 +02:00
parent 27cb54c1db
commit 558d749d54
3 changed files with 45 additions and 43 deletions

View File

@@ -426,7 +426,7 @@ void TerminalChatConsole::step(int ch)
printw("[ESC] Toggle ESC mode |"
" [CTRL+C] Shut down |"
" (L) in-, (l) decrease loglevel %s",
Logger::getLevelLabel((LogLevel) m_log_level).c_str());
Logger::getLevelLabel((LogLevel) m_log_level));
}
refresh();