summaryrefslogtreecommitdiff
path: root/src/sheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sheap.c')
-rw-r--r--src/sheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sheap.c b/src/sheap.c
index 972c04c9552..06e205bc0e5 100644
--- a/src/sheap.c
+++ b/src/sheap.c
@@ -91,5 +91,5 @@ report_sheap_usage (int die_if_pure_storage_exceeded)
char buf[200];
sprintf (buf, "Static heap usage: %d of %d bytes",
bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
- message ("%s", buf);
+ message1 (buf);
}