diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-04-10 18:41:07 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-04-10 18:41:07 (GMT) |
commit | 0886c5e267bc876b49a3502376d03ac4956c6ea6 (patch) | |
tree | b84e997f1930320c750e341f79b2d4d318bf6f5b /src/H5VLiod_file.c | |
parent | ddcf03a26c378abca1e58edb6bc224ae81ebd0c1 (diff) | |
download | hdf5-0886c5e267bc876b49a3502376d03ac4956c6ea6.zip hdf5-0886c5e267bc876b49a3502376d03ac4956c6ea6.tar.gz hdf5-0886c5e267bc876b49a3502376d03ac4956c6ea6.tar.bz2 |
[svn-r25011] fix bug in Fclose_ff when persist fails.
Diffstat (limited to 'src/H5VLiod_file.c')
-rw-r--r-- | src/H5VLiod_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_file.c b/src/H5VLiod_file.c index 91db23a..f30465e 100644 --- a/src/H5VLiod_file.c +++ b/src/H5VLiod_file.c @@ -819,7 +819,7 @@ H5VL_iod_server_file_close_cb(AXE_engine_t UNUSED axe_engine, done: #if H5_EFF_DEBUG - fprintf(stderr, "Done with file close, sending response to client\n"); + fprintf(stderr, "Done with file close, sending response %d to client\n", ret_value); #endif if(HG_SUCCESS != HG_Handler_start_output(op_data->hg_handle, &ret_value)) HDONE_ERROR_FF(FAIL, "can't send result of file close to client"); |