Flush stdout so our file gets written immediately

This commit is contained in:
Eli Ribble 2021-08-27 11:10:53 -06:00
parent 165623fa20
commit 4a0e7834b3
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ int dump_event(struct timespec* start, int fd, char* type) {
type, type,
content_buffer); content_buffer);
fflush(stdout);
return 0; return 0;
} }