mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
added flushing after each line to stdout
This commit is contained in:
parent
c8077d867b
commit
f40300d1f2
|
@ -99,6 +99,7 @@ void dbg_msg(const char *sys, const char *fmt, ...)
|
|||
static void logger_stdout(const char *line)
|
||||
{
|
||||
printf("%s\n", line);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
static void logger_debugger(const char *line)
|
||||
|
|
Loading…
Reference in a new issue