1) it's not really an *error* message
2) if we asked for quiet, honor it

Bill
diff --git a/repoquery.py b/repoquery.py
index 835f6a8..e7cdd31 100755
--- a/repoquery.py
+++ b/repoquery.py
@@ -757,7 +757,8 @@ def main(args):
 
     if opts.cache:
         repoq.conf.cache = True
-        repoq.logger.error('Running from cache, results might be incomplete.')
+        if not opts.quiet:
+            repoq.logger.info('Running from cache, results might be 
incomplete.')
         
 
     if opts.show_dupes:
_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to