[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)
This commit is contained in:
Quincey Koziol 2007-05-29 13:57:55 -05:00
parent bd2c3b52a8
commit 7b0fa3950e

View File

@ -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 */