diff options
Diffstat (limited to 'heal/src/glfs-heal.c')
-rw-r--r-- | heal/src/glfs-heal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c index 50bdfa15054..a5a623fcdd9 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -120,6 +120,7 @@ int glfsh_print_hr_spb_status (char *path, uuid_t gfid, char *status) { printf ("%s\n", path); + fflush (stdout); return 0; } @@ -133,6 +134,7 @@ int glfsh_print_hr_heal_status (char *path, uuid_t gfid, char *status) { printf ("%s%s\n", path, status); + fflush (stdout); return 0; } |