Compare commits

...

1 Commits

Author SHA1 Message Date
Pierrick HYMBERT 2187f34b4a server: flush stdout after logging in both text and json layout 2024-03-23 10:50:09 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -95,8 +95,8 @@ static inline void server_log(const char *level, const char *function, int line,
const std::string str = ss.str();
printf("%.*s\n", (int)str.size(), str.data());
fflush(stdout);
}
fflush(stdout);
}
//