summaryrefslogtreecommitdiffstats
path: root/src/H5FDhdfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDhdfs.c')
-rw-r--r--src/H5FDhdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDhdfs.c b/src/H5FDhdfs.c
index 3bd2502..140e5df 100644
--- a/src/H5FDhdfs.c
+++ b/src/H5FDhdfs.c
@@ -600,7 +600,7 @@ H5Pget_fapl_hdfs(hid_t fapl_id, H5FD_hdfs_fapl_t *fa_dst /*out*/)
herr_t ret_value = SUCCEED;
FUNC_ENTER_API(FAIL)
- H5TRACE2("e", "ix", fapl_id, fa_dst);
+ H5TRACE2("e", "i*#", fapl_id, fa_dst);
#if HDFS_DEBUG
fprintf(stdout, "called %s.\n", __func__);