summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_attr.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-13 15:38:14 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-13 15:38:14 (GMT)
commit0907030a495579cb89d9639bdbba5621ab4b4833 (patch)
treef750dd7712a00b59daa9cbf9c10f42d091235aa3 /src/H5VLiod_attr.c
parent058e07f1ff0d3a0caf45383e06d37273c88cf6ec (diff)
downloadhdf5-0907030a495579cb89d9639bdbba5621ab4b4833.zip
hdf5-0907030a495579cb89d9639bdbba5621ab4b4833.tar.gz
hdf5-0907030a495579cb89d9639bdbba5621ab4b4833.tar.bz2
[svn-r24539] work around iod problem with aborting a kv_set.
Diffstat (limited to 'src/H5VLiod_attr.c')
-rw-r--r--src/H5VLiod_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5VLiod_attr.c b/src/H5VLiod_attr.c
index b59affb..b855409 100644
--- a/src/H5VLiod_attr.c
+++ b/src/H5VLiod_attr.c
@@ -753,7 +753,7 @@ H5VL_iod_server_attr_exists_cb(AXE_engine_t UNUSED axe_engine,
FUNC_ENTER_NOAPI_NOINIT
#if H5VL_IOD_DEBUG
- fprintf(stderr, "Start attribute Exists %s\n", attr_name);
+ fprintf(stderr, "Start attribute Exists %s/%s on CV %d\n", loc_name, attr_name, (int)rtid);
#endif
/* Open the object where the attribute needs to be checked. */
@@ -807,7 +807,7 @@ H5VL_iod_server_attr_exists_cb(AXE_engine_t UNUSED axe_engine,
done:
#if H5VL_IOD_DEBUG
- fprintf(stderr, "Done with attr exists, sending response to client\n");
+ fprintf(stderr, "Done with attr exists, sending %d to client\n", ret);
#endif
HG_Handler_start_output(op_data->hg_handle, &ret);