diff --git a/src/h5core/h5_openclose.c b/src/h5core/h5_openclose.c index de0a2d6..95c06cc 100644 --- a/src/h5core/h5_openclose.c +++ b/src/h5core/h5_openclose.c @@ -44,7 +44,7 @@ h5priv_error_handler ( hid_t estack_id, void* __f ) { - if (h5_get_debuglevel () >= 5) { + if (h5_get_debug_level () >= 5) { H5Eprint (estack_id, stderr); } return 0;