mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
A few clean ups in log.cpp
This commit is contained in:
parent
27cb54c1db
commit
558d749d54
3 changed files with 45 additions and 43 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue