diff options
| -rw-r--r-- | heal/src/glfs-heal.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c index 27a9624db9e..13f888f8b2c 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -120,6 +120,7 @@ void  glfsh_print_hr_spb_status (char *path, uuid_t gfid, char *status)  {          printf ("%s\n", path); +        fflush (stdout);          return;  } @@ -133,6 +134,8 @@ void  glfsh_print_hr_heal_status (char *path, uuid_t gfid, char *status)  {          printf ("%s%s\n", path, status); +        fflush (stdout); +        return;  }  #if (HAVE_LIB_XML)  | 
