We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d76b3 commit b68df5aCopy full SHA for b68df5a
src/platform/logging/impl/stdio/Logging.cpp
@@ -59,6 +59,7 @@ void LogV(const char * module, uint8_t category, const char * msg, va_list v)
59
printf("[%s] ", module);
60
vprintf(msg, v);
61
printf("\033[0m\n");
62
+ fflush(stdout);
63
64
#if defined(_POSIX_THREAD_SAFE_FUNCTIONS)
65
funlockfile(stdout);
0 commit comments