diff --git a/capture.c b/capture.c index 60b90f1..b68a312 100644 --- a/capture.c +++ b/capture.c @@ -68,6 +68,7 @@ int dump_event(struct timespec* start, int fd, char* type) { type, content_buffer); + fflush(stdout); return 0; }