From 7b0fa3950e74ea0c9bfe3baa07a48e2d451ebab5 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 29 May 2007 13:57:55 -0500 Subject: [svn-r13811] Description: Update information printed when the file module's debugging is enabled and file memory is leaked. Tested on: Linux/32 2.6 (chicago) --- src/H5FD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FD.c b/src/H5FD.c index 8849084..8dd72cd 100644 --- a/src/H5FD.c +++ b/src/H5FD.c @@ -2530,7 +2530,7 @@ HDfprintf(stderr, "%s: Reducing file size to = %a\n", FUNC, last->addr); } else { /* leak memory */ #ifdef H5F_DEBUG -HDfprintf(stderr, "%s: LEAKED MEMORY!!!!!!\n", FUNC); +HDfprintf(stderr, "%s: LEAKED MEMORY!!! type = %u, addr = %a, size = %Hu\n", FUNC, (unsigned)type, addr, size); #endif /* H5F_DEBUG */ } /* end else */ -- cgit v0.12