[PATCH 2/3] DNFPayload: logging the missed packages/groups.

akozumpl at redhat.com akozumpl at redhat.com
Thu Sep 12 13:06:36 UTC 2013


From: Ales Kozumplik <ales at redhat.com>

---
 pyanaconda/packaging/dnfpayload.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/packaging/dnfpayload.py b/pyanaconda/packaging/dnfpayload.py
index 01584a1..a19d139 100644
--- a/pyanaconda/packaging/dnfpayload.py
+++ b/pyanaconda/packaging/dnfpayload.py
@@ -163,6 +163,7 @@ class DNFPayload(packaging.PackagePayload):
         if self.data.packages.handleMissing == constants.KS_MISSING_IGNORE:
             return
 
+        log.error('Missed: %r', exn)
         if errors.errorHandler.cb(exn, str(exn)) == errors.ERROR_RAISE:
             # The progress bar polls kind of slowly, thus installation could
             # still continue for a bit before the quit message is processed.
-- 
1.8.3.1



More information about the anaconda-patches mailing list