summaryrefslogtreecommitdiffstats
path: root/test/vfd_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_plugin.c')
-rw-r--r--test/vfd_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_plugin.c b/test/vfd_plugin.c
index e722405..60148aa 100644
--- a/test/vfd_plugin.c
+++ b/test/vfd_plugin.c
@@ -429,7 +429,7 @@ main(void)
nerrors += (test_env_var() < 0) ? 1 : 0;
if (nerrors) {
- HDprintf("***** %d VFD plugin TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : "");
+ printf("***** %d VFD plugin TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : "");
HDexit(EXIT_FAILURE);
}