summaryrefslogtreecommitdiffstats
path: root/src/H5FD.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FD.c')
-rw-r--r--src/H5FD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FD.c b/src/H5FD.c
index fcffb45..b083369 100644
--- a/src/H5FD.c
+++ b/src/H5FD.c
@@ -2481,7 +2481,7 @@ herr_t
H5FDflush(H5FD_t *file, unsigned closing)
{
FUNC_ENTER(H5FDflush, FAIL);
- H5TRACE1("e","x",file);
+ H5TRACE2("e","xIu",file,closing);
/* Check args */
if (!file || !file->cls) {