Blame SOURCES/c29b14d0d07184bd2d250bf355a1dee6faa47572.patch

20c682
commit c29b14d0d07184bd2d250bf355a1dee6faa47572
20c682
Author: Mark A. Grondona <mgrondona@llnl.gov>
20c682
Date:   Wed Nov 9 22:15:23 2011 +0000
20c682
20c682
    edac-util: do not print "no errors" if --quiet
20c682
20c682
--- a/src/util/edac-util.c
20c682
+++ b/src/util/edac-util.c
20c682
@@ -472,7 +472,7 @@ static void default_report (struct prog_ctx *ctx)
20c682
         }
20c682
     }
20c682
 
20c682
-    if (!count && !ctx->verbose)
20c682
+    if (!count && !ctx->quiet)
20c682
         fprintf (stdout, "edac-util: No errors to report.\n");
20c682
 
20c682
     edac_handle_reset (ctx->edac);