summaryrefslogtreecommitdiff
path: root/lib/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memory.c')
-rw-r--r--lib/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memory.c b/lib/memory.c
index 38e424da7d..99b191c2be 100644
--- a/lib/memory.c
+++ b/lib/memory.c
@@ -134,7 +134,7 @@ qmem_exit_walker (void *arg, struct memgroup *mg, struct memtype *mt)
char size[32];
eda->error++;
snprintf (size, sizeof (size), "%10zu", mt->size);
- fprintf (stderr, "%s: %-30s: %6zu * %s\n",
+ fprintf (stderr, "%s: memstats: %-30s: %6zu * %s\n",
eda->prefix, mt->name, mt->n_alloc,
mt->size == SIZE_VAR ? "(variably sized)" : size);
}