summaryrefslogtreecommitdiffstats
path: root/src/H5VLpassthru.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-11-26 05:23:52 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-11-26 05:23:52 (GMT)
commit5f3414e4d908fcdc8f3d31c624c4c157d87161e8 (patch)
tree4c8ba936d9905eaa0bef059b179d31467a922217 /src/H5VLpassthru.c
parenta8892bb42d6f6e4fbc30fae0eb2b957f81c938b9 (diff)
parent9a93ecac522d9032efd9cdc39ff0550412e54565 (diff)
downloadhdf5-5f3414e4d908fcdc8f3d31c624c4c157d87161e8.zip
hdf5-5f3414e4d908fcdc8f3d31c624c4c157d87161e8.tar.gz
hdf5-5f3414e4d908fcdc8f3d31c624c4c157d87161e8.tar.bz2
Merge pull request #2054 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_trivial to develop
* commit '9a93ecac522d9032efd9cdc39ff0550412e54565': Trivial parameter renaming in VOL API calls.
Diffstat (limited to 'src/H5VLpassthru.c')
-rw-r--r--src/H5VLpassthru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpassthru.c b/src/H5VLpassthru.c
index d8181bb..d9a207f 100644
--- a/src/H5VLpassthru.c
+++ b/src/H5VLpassthru.c
@@ -2580,7 +2580,7 @@ H5VL_pass_through_request_notify(void *obj, H5VL_request_notify_t cb, void *ctx)
herr_t ret_value;
#ifdef ENABLE_PASSTHRU_LOGGING
- printf("------- PASS THROUGH VOL REQUEST Wait\n");
+ printf("------- PASS THROUGH VOL REQUEST Notify\n");
#endif
ret_value = H5VLrequest_notify(o->under_object, o->under_vol_id, cb, ctx);