mirror of
https://github.com/munki/munki.git
synced 2026-05-03 02:40:32 -05:00
s/munkicommon.log/munkicommon.display_detail/ when displaying package download speed.
This commit is contained in:
@@ -1801,7 +1801,8 @@ def processInstall(manifestitem, cataloglist, installinfo):
|
||||
|
||||
iteminfo['download_kbytes_per_sec'] = download_speed
|
||||
if download_speed:
|
||||
munkicommon.log('%s downloaded at %d KB/s' % download_speed)
|
||||
munkicommon.display_detail(
|
||||
'%s downloaded at %d KB/s', download_speed)
|
||||
|
||||
# required keys
|
||||
iteminfo['installer_item'] = filename
|
||||
|
||||
Reference in New Issue
Block a user