summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_client.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-05-21 22:21:52 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-05-21 22:21:52 (GMT)
commitf00bc14a2489acce0f19cfdf37aa02d70b18caf7 (patch)
tree20ceca28e02558c9d6ce3381ecdf4fc831d4f2f1 /src/H5VLiod_client.c
parentf3f201920225614e35d393381b1e1b96b01cc86e (diff)
downloadhdf5-f00bc14a2489acce0f19cfdf37aa02d70b18caf7.zip
hdf5-f00bc14a2489acce0f19cfdf37aa02d70b18caf7.tar.gz
hdf5-f00bc14a2489acce0f19cfdf37aa02d70b18caf7.tar.bz2
[svn-r23714] Add attribute FF API
Add proper package initialization in H5FF.c Remove unecessary waits at the client side
Diffstat (limited to 'src/H5VLiod_client.c')
-rw-r--r--src/H5VLiod_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5VLiod_client.c b/src/H5VLiod_client.c
index aa93f17..ea64440 100644
--- a/src/H5VLiod_client.c
+++ b/src/H5VLiod_client.c
@@ -335,7 +335,7 @@ H5VL_iod_request_complete(H5VL_iod_file_t *file, H5VL_iod_request_t *req)
/* Free memory handle */
if(HG_SUCCESS != HG_Bulk_handle_free(*info->bulk_handle)) {
- fprintf(stderr, "failed to free bulk handle\n");
+ fprintf(stderr, "failed to free dataset bulk handle\n");
req->status = H5AO_FAILED;
req->state = H5VL_IOD_COMPLETED;
}
@@ -379,7 +379,7 @@ H5VL_iod_request_complete(H5VL_iod_file_t *file, H5VL_iod_request_t *req)
/* Free memory handle */
if(HG_SUCCESS != HG_Bulk_handle_free(*info->bulk_handle)) {
- fprintf(stderr, "failed to free bulk handle\n");
+ fprintf(stderr, "failed to free attribute bulk handle\n");
req->status = H5AO_FAILED;
req->state = H5VL_IOD_COMPLETED;
}