aboutsummaryrefslogtreecommitdiff
path: root/chattymalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chattymalloc.c')
-rw-r--r--chattymalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chattymalloc.c b/chattymalloc.c
index db8d2de..f94afde 100644
--- a/chattymalloc.c
+++ b/chattymalloc.c
@@ -66,7 +66,7 @@ void *malloc(size_t size)
}
}
- fprintf(stderr, "%d\n", size);
+ fprintf(stderr, "chattymalloc: %d\n", size);
void *ptr = myfn_malloc(size);
return ptr;
}