diff --git a/openqabot/types/incidents.py b/openqabot/types/incidents.py index fbbd094..7bbe7d4 100644 --- a/openqabot/types/incidents.py +++ b/openqabot/types/incidents.py @@ -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, )