summaryrefslogtreecommitdiffstats
path: root/tools/misc/h5debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc/h5debug.c')
-rw-r--r--tools/misc/h5debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c
index 0af179a..d21da90 100644
--- a/tools/misc/h5debug.c
+++ b/tools/misc/h5debug.c
@@ -504,7 +504,7 @@ main(int argc, char *argv[])
/* Check for an error when dumping information */
if(status < 0) {
fprintf(stderr, "An error occurred!\n");
- H5Eprint(stderr);
+ H5Eprint2(H5E_DEFAULT, stderr);
HDexit(5);
} /* end if */