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