Print the full NEVRA when installing packages.
This commit is contained in:
parent
c43c5f1a7f
commit
92e60d7dd1
@ -97,7 +97,7 @@ class LoraxRpmCallback(dnf.callback.TransactionProgress):
|
||||
return
|
||||
self._last_ts = ts_done
|
||||
|
||||
msg = '(%d/%d) %s.%s' % (ts_done, ts_total, package.name, package.arch)
|
||||
msg = '(%d/%d) %s' % (ts_done, ts_total, package)
|
||||
logger.info(msg)
|
||||
elif action == self.TRANS_POST:
|
||||
msg = "Performing post-installation setup tasks"
|
||||
|
Loading…
Reference in New Issue
Block a user