summaryrefslogtreecommitdiffstats
path: root/test/hdfs.c
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2021-06-30 18:04:20 (GMT)
committerGitHub <noreply@github.com>2021-06-30 18:04:20 (GMT)
commitfd014862f795dfdf5b50e4f63d34929625536cfe (patch)
tree9e7ce4dab9a0a559fb61666d821fbe7ff52fc601 /test/hdfs.c
parentdf20a8b6e7d155cbaabae7b64f5b75f4072d7651 (diff)
parentb9dbabc1523c13627ada0bcb04d780e7ad93b658 (diff)
downloadhdf5-fd014862f795dfdf5b50e4f63d34929625536cfe.zip
hdf5-fd014862f795dfdf5b50e4f63d34929625536cfe.tar.gz
hdf5-fd014862f795dfdf5b50e4f63d34929625536cfe.tar.bz2
Merge pull request #27 from HDFGroup/feature/vfd_swmr
Feature/vfd swmr
Diffstat (limited to 'test/hdfs.c')
-rw-r--r--test/hdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hdfs.c b/test/hdfs.c
index dfaa585..74fc2bd 100644
--- a/test/hdfs.c
+++ b/test/hdfs.c
@@ -102,7 +102,7 @@
*/
#define JSFAILED_AT() \
{ \
- HDprintf("*FAILED* at %s:%d in %s()...\n", __FILE__, __LINE__, FUNC); \
+ HDprintf("*FAILED* at %s:%d in %s()...\n", __FILE__, __LINE__, __func__); \
}
/*----------------------------------------------------------------------------