1
0
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:
Nir Soffer 2017-03-30 10:17:32 +01:00 committed by Bryn M. Reeves
parent c7e4b97abc
commit b8b2b1efd8

View File

@ -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;