diff options
| -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 27115f3ca6c..c0ca0e4c846 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -113,6 +113,7 @@ void  glfsh_print_hr_spb_status (char *path, uuid_t gfid, char *status)  {          printf ("%s\n", path); +        fflush (stdout);          return;  } @@ -126,6 +127,7 @@ void  glfsh_print_hr_heal_status (char *path, uuid_t gfid, char *status)  {          printf ("%s%s\n", path, status); +        fflush (stdout);  }  #if (HAVE_LIB_XML)  | 
