Flush output to log promptly (bug 389).

This commit is contained in:
Rob Landley 2005-12-12 07:04:59 +00:00
parent e422af6bcb
commit 10fb2b71f3

View File

@ -162,6 +162,7 @@ extern int logread_main(int argc, char **argv)
}
free(buf_data);
#endif
fflush(stdout);
} while (follow);
output_end: