summaryrefslogtreecommitdiffstats
path: root/src/H5VLpassthru.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-11-25 23:30:04 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-12-16 16:13:14 (GMT)
commitca6294a0e92a70a0988c3a35f98451d69a5faad5 (patch)
tree817273366895657b79610e697e00787bfbecd12c /src/H5VLpassthru.c
parentf9b1805c6e87fb19c4fee64c4791f25c2587e948 (diff)
downloadhdf5-ca6294a0e92a70a0988c3a35f98451d69a5faad5.zip
hdf5-ca6294a0e92a70a0988c3a35f98451d69a5faad5.tar.gz
hdf5-ca6294a0e92a70a0988c3a35f98451d69a5faad5.tar.bz2
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);