mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
Flush output to log promptly (bug 389).
This commit is contained in:
parent
e422af6bcb
commit
10fb2b71f3
@ -162,6 +162,7 @@ extern int logread_main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
free(buf_data);
|
free(buf_data);
|
||||||
#endif
|
#endif
|
||||||
|
fflush(stdout);
|
||||||
} while (follow);
|
} while (follow);
|
||||||
|
|
||||||
output_end:
|
output_end:
|
||||||
|
Loading…
Reference in New Issue
Block a user