> Make acquireLock() respect debuglevel.

ACK. If the user does not want to see errors this should go away,
as it's not critical and (likely) just temporary.

> -            self.emitLockFailed("%s" % e)
> +            self.logger.error("Failed to acquire the yum lock with the
> following error message: \n%s", e)

Now I see it's multiline.. should avoid that in log output.
"Failed to acquire the yum lock: %s" is probably more than enough.
_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to