* src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
[bpt/emacs.git] / src / sheap.c
index 28597ec..f8eec75 100644 (file)
@@ -93,5 +93,5 @@ report_sheap_usage (int die_if_pure_storage_exceeded)
           bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
   /* Don't log messages, cause at this point, we're not allowed to create
      buffers.  */
-  message1_nolog ("%s", buf);
+  message1_nolog (buf);
 }