Clarify package not found slightly

This commit is contained in:
Jesse Keating 2007-11-27 14:54:17 -05:00 committed by Jesse Keating
parent 8e5e261774
commit d99c9048c4
1 changed files with 1 additions and 1 deletions

View File

@ -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.'