diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c
index 0f48377..372a348 100644
--- a/tests/fs-tests/integrity/integck.c
+++ b/tests/fs-tests/integrity/integck.c
@@ -70,7 +70,7 @@
 } while(0)
 
 #define pcv(fmt, ...) do {                                         \
-	if (args.power_cut_mode)                                   \
+	if (args.power_cut_mode && args.verbose)                   \
 		normsg(fmt " (line %d)", ##__VA_ARGS__, __LINE__); \
 } while(0)
 
