diff --git a/ReviewBot.py b/ReviewBot.py index 6fa3ddf8..0b4ca8f1 100644 --- a/ReviewBot.py +++ b/ReviewBot.py @@ -314,9 +314,8 @@ class ReviewBot(object): def check_action_maintenance_incident(self, req, a): dst_package = a.src_package - # Ignoring patchinfo package for checking if self._is_patchinfo(a.src_package): - self.logger.info("package is patchinfo, ignoring") + self.logger.debug('ignoring patchinfo action') return None # dirty obs crap if a.tgt_releaseproject is not None: @@ -328,6 +327,7 @@ class ReviewBot(object): def check_action_maintenance_release(self, req, a): pkgname = a.src_package if self._is_patchinfo(pkgname): + self.logger.debug('ignoring patchinfo action') return None linkpkg = self._get_linktarget_self(a.src_project, pkgname) if linkpkg is not None: