1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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) {
printf("\n");
fflush(stdout);
/* wait for --interval and update timestamps */
if (!_do_report_wait()) {
ret = 1;