summaryrefslogtreecommitdiff
path: root/headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'headers.c')
-rw-r--r--headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers.c b/headers.c
index c4f5023c..de82c204 100644
--- a/headers.c
+++ b/headers.c
@@ -145,7 +145,7 @@ GC_INNER ptr_t GC_scratch_alloc(size_t bytes)
GC_add_to_our_memory(result, bytes_to_get);
if (result == 0) {
if (GC_print_stats)
- GC_printf("Out of memory - trying to allocate less\n");
+ GC_log_printf("Out of memory - trying to allocate less\n");
scratch_free_ptr -= bytes;
bytes_to_get = bytes;
# ifdef USE_MMAP