---
 yum/yumRepo.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index d847523..eb4cd3d 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1627,8 +1627,9 @@ Insufficient space in download directory %s
                                   text=text,
                                   cache=self.http_caching == 'all',
                                   size=thisdata.size)
-        except (Errors.NoMoreMirrorsRepoError, Errors.RepoError):
+        except (Errors.NoMoreMirrorsRepoError, Errors.RepoError), e:
             if retrieve_can_fail:
+                logger.warning(unicode(e))
                 return None
             raise
         except URLGrabError, e:
-- 
1.7.4.4

_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to