Merge from emacs-24; up to 2012-12-27T08:21:08Z!rgm@gnu.org
[bpt/emacs.git] / src / sheap.c
index 9e6b7fb..f8eec75 100644 (file)
@@ -91,8 +91,7 @@ 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);
-  /* Don't change this call to message1! message1 can log
-     messages, and at this point, we're not allowed to create
+  /* Don't log messages, cause at this point, we're not allowed to create
      buffers.  */
-  message ("%s", buf);
+  message1_nolog (buf);
 }