> > > - self.emitLockFailed() > > > + self.logger.error() > Having the user disable all error messages seems unlikely to be a good > enough hack ...
AIUI, most of the time a failed lock is not an error, but it should not be ignored... logger.warn() seems to be a good match. The shipped yum-cron-hourly.conf uses debuglevel = -2 and this *includes* warnings. > third option that comes to mind is to just close it as WONTFIX. IMO, as bad as turning off errors (or warnings) is, it should be supported. _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel