diff options
Diffstat (limited to 'libglusterfs/src/monitoring.c')
| -rw-r--r-- | libglusterfs/src/monitoring.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/libglusterfs/src/monitoring.c b/libglusterfs/src/monitoring.c index b0d0766599a..5f11827b187 100644 --- a/libglusterfs/src/monitoring.c +++ b/libglusterfs/src/monitoring.c @@ -34,10 +34,7 @@ dump_mem_acct_details(xlator_t *xl, int fd)          mem_rec = &xl->mem_acct->rec[i];          if (mem_rec->num_allocs == 0)              continue; -        dprintf(fd, -                "# %s, %" GF_PRI_SIZET ", %u, %" GF_PRI_SIZET -                ", %u," -                " %u\n", +        dprintf(fd, "# %s, %" PRIu64 ", %u, %" PRIu64 ", %u, %" PRIu64 "\n",                  mem_rec->typestr, mem_rec->size, mem_rec->num_allocs,                  mem_rec->max_size, mem_rec->max_num_allocs,                  mem_rec->total_allocs);  | 
