mirror of
https://github.com/livingcomputermuseum/UniBone.git
synced 2026-02-07 00:37:48 +00:00
New ".input" command for "demo" scripts
This commit is contained in:
@@ -344,7 +344,8 @@ void logger_c::log(logsource_c *logsource, unsigned msglevel, const char *srcfil
|
||||
if (msglevel <= life_level) {
|
||||
char msgtext[LOGMESSAGE_TEXT_SIZE];
|
||||
message_render(msgtext, sizeof(msgtext), &msg, RENDER_STYLE_CONSOLE);
|
||||
cout << string(msgtext) << "\n";
|
||||
cout << msgtext << "\n";
|
||||
// cout << string(msgtext) << "\n"; // not thread safe???
|
||||
}
|
||||
|
||||
va_end(args);
|
||||
|
||||
Reference in New Issue
Block a user