Skip to content

Commit

Permalink
Merge pull request #182 from okurz/feature/embargo_log
Browse files Browse the repository at this point in the history
Make embargoed update skips more prominent
  • Loading branch information
mergify[bot] authored Sep 11, 2024
2 parents 463d5de + ead0ba8 commit ed70cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openqabot/types/incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _handle_incident( # pylint: disable=too-many-return-statements
DOWNLOAD_BASE = "http://download.suse.de/ibs/SUSE:/Maintenance:/"
BASE_PRIO = 50
if self.filter_embargoed(flavor) and inc.embargoed:
log.debug(
log.info(
"Incident %s is embargoed and filtering embargoed updates enabled",
inc.id,
)
Expand Down

0 comments on commit ed70cd8

Please sign in to comment.