summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r--Zend/zend_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c
index a5f45462cc..d2bb14cb28 100644
--- a/Zend/zend_alloc.c
+++ b/Zend/zend_alloc.c
@@ -586,7 +586,7 @@ ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers,
storage = handlers->init(params);
if (!storage) {
- fprintf(stderr, "Cannot initialize zend_mm storage\n");
+ fprintf(stderr, "Cannot initialize zend_mm storage [%s]\n", handlers->name);
exit(255);
}
storage->handlers = handlers;