mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
dmsetup: Flush ouptut when using --interval
This commit is contained in:
parent
c7e4b97abc
commit
b8b2b1efd8
@ -7080,6 +7080,7 @@ doit:
|
|||||||
|
|
||||||
if (_count > 1 && r) {
|
if (_count > 1 && r) {
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
fflush(stdout);
|
||||||
/* wait for --interval and update timestamps */
|
/* wait for --interval and update timestamps */
|
||||||
if (!_do_report_wait()) {
|
if (!_do_report_wait()) {
|
||||||
ret = 1;
|
ret = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user