From d99c9048c495da6ea4a60fe92e3f9286126ffce3 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 27 Nov 2007 14:54:17 -0500 Subject: [PATCH] Clarify package not found slightly --- pypungi/gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypungi/gather.py b/pypungi/gather.py index 2c2c8f83..ea745ed8 100755 --- a/pypungi/gather.py +++ b/pypungi/gather.py @@ -266,7 +266,7 @@ class Gather(pypungi.PungiBase): for pkg in unmatched: if not pkg in matchdict.keys(): - self.logger.warn('Could not find a match for %s' % pkg) + self.logger.warn('Could not find a match for %s in any configured repo' % pkg) if len(self.ayum.tsInfo) == 0: raise yum.Errors.MiscError, 'No packages found to download.'