mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Remove fflush in logging
This commit is contained in:
parent
41f5daeb47
commit
4844ed60bd
@ -1331,7 +1331,6 @@ void mg_iobuf_free(struct mg_iobuf *io) {
|
||||
static void mg_log_stdout(const void *buf, int len, void *userdata) {
|
||||
(void) userdata;
|
||||
fwrite(buf, 1, len, stdout);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
static const char *s_spec = "2";
|
||||
|
Loading…
x
Reference in New Issue
Block a user