diff --git a/pungi/gather_dnf.py b/pungi/gather_dnf.py index 7ddbaf4b..462969eb 100644 --- a/pungi/gather_dnf.py +++ b/pungi/gather_dnf.py @@ -334,7 +334,7 @@ class Gather(GatherBase): if pkgs: added.update(pkgs) else: - self.logger.error("Doesn't match: %s" % pattern) + self.logger.error("No package matches pattern %s" % pattern) for pkg in added: self._set_flag(pkg, "input")