Flush output to log promptly (bug 389).

1_1_stable
Rob Landley 2005-12-12 07:04:59 +00:00
parent e422af6bcb
commit 10fb2b71f3
1 changed files with 1 additions and 0 deletions

View File

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