[Rpm-maint] [rpm-software-management/rpm] Allow database probing if _db_backend is not set (#1451)
Michael Schroeder
notifications at github.com
Wed Dec 2 15:56:33 UTC 2020
@mlschroe commented on this pull request.
> @@ -97,7 +98,7 @@ dbDetectBackend(rpmdb rdb)
rpmlog(RPMLOG_WARNING,
_("Converting database from %s to %s backend\n"),
ondisk->name, cfg->name);
- } else {
+ } else if (*db_backend) {
But it is intended. Panu may wish to have a rpmlog(RPMLOG_DEBUG,...) call in that case, though.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1451#discussion_r534279709
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201202/ee856462/attachment.html>
More information about the Rpm-maint
mailing list