diff options
Diffstat (limited to 'src/H5FD.c')
-rw-r--r-- | src/H5FD.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |