summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 478aa6d..111ceb4 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -1423,7 +1423,7 @@ H5Fis_hdf5(const char *name)
htri_t ret_value;
FUNC_ENTER_API(H5Fis_hdf5, FAIL)
- H5TRACE1("b","s",name);
+ H5TRACE1("t","s",name);
/* Check args and all the boring stuff. */
if (!name || !*name)