summaryrefslogtreecommitdiff
path: root/boilerplate
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-04-20 00:15:19 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-20 00:52:03 -0400
commit06718b0da642d39b7b4dbfc009f08acb24e5e802 (patch)
tree512ed36c893710caf8b4d165f58938823be9ca1a /boilerplate
parent99737a60cb8cae1643b84782768e8c6d50ac7d0a (diff)
[boilerplate] Remove leftover call to cairo_test_log
Diffstat (limited to 'boilerplate')
-rw-r--r--boilerplate/cairo-boilerplate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/cairo-boilerplate.c b/boilerplate/cairo-boilerplate.c
index 1e398185e..6df0c8f85 100644
--- a/boilerplate/cairo-boilerplate.c
+++ b/boilerplate/cairo-boilerplate.c
@@ -571,7 +571,7 @@ xasprintf (char **strp, const char *fmt, ...)
va_end (va);
if (ret < 0) {
- cairo_test_log ("Out of memory\n");
+ CAIRO_BOILERPLATE_LOG ("Error: Out of memory. Exiting.\n");
exit (1);
}
#else /* !HAVE_VASNPRINTF */