summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5eImp.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-06 14:23:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-06 14:23:21 (GMT)
commit2f4832fe09e85d8ef083c50caa9b50913cdb5400 (patch)
treeb6bf4530c73e99918cb0c8bd6b3e9633f9897bd6 /java/src/jni/h5eImp.c
parentca7d4f85a5054fc406e62ccb009169e139f0105c (diff)
downloadhdf5-2f4832fe09e85d8ef083c50caa9b50913cdb5400.zip
hdf5-2f4832fe09e85d8ef083c50caa9b50913cdb5400.tar.gz
hdf5-2f4832fe09e85d8ef083c50caa9b50913cdb5400.tar.bz2
HDFFV-10544 add class name to error text
Diffstat (limited to 'java/src/jni/h5eImp.c')
-rw-r--r--java/src/jni/h5eImp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/jni/h5eImp.c b/java/src/jni/h5eImp.c
index df7e35f..10a02b0 100644
--- a/java/src/jni/h5eImp.c
+++ b/java/src/jni/h5eImp.c
@@ -509,7 +509,7 @@ H5E_walk_cb
if (constructor != 0) {
cb_info_t = CBENVPTR->NewObjectA(CBENVPAR cls, constructor, args);
if (cb_info_t == NULL) {
- printf("FATAL ERROR: Creation failed\n");
+ printf("FATAL ERROR: hdf/hdf5lib/structs/H5E_error2_t: Creation failed\n");
}
else {
status = CBENVPTR->CallIntMethod(CBENVPAR visit_callback, mid, nindx, cb_info_t, op_data);