Clean up logging excluded packages
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
e06e9165fc
commit
7343daba24
@ -324,7 +324,7 @@ class Gather(GatherBase):
|
|||||||
pkgs = self.q_binary_packages.filter(name__glob=pattern)
|
pkgs = self.q_binary_packages.filter(name__glob=pattern)
|
||||||
|
|
||||||
exclude.update(pkgs)
|
exclude.update(pkgs)
|
||||||
self.logger.debug("EXCLUDED: %s" % list(pkgs))
|
self.logger.debug("EXCLUDED by %s: %s", pattern, [str(p) for p in pkgs])
|
||||||
self.dnf._sack.add_excludes(pkgs)
|
self.dnf._sack.add_excludes(pkgs)
|
||||||
|
|
||||||
with Profiler("Gather.add_initial_packages():exclude-queries"):
|
with Profiler("Gather.add_initial_packages():exclude-queries"):
|
||||||
|
Loading…
Reference in New Issue
Block a user