diff options
Diffstat (limited to 'heal')
-rw-r--r-- | heal/src/glfs-heal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c index 0a880cb752e..e885dd9fe63 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -517,7 +517,7 @@ out: (*num_entries)++; glfsh_output->print_heal_status (path ? path : - uuid_utoa_r (gfid, gfid_str), + uuid_utoa_r (gfid, gfid_str), gfid, status ? status : ""); |