Make the automagic progress a little easier to understand.

This commit is contained in:
Mike Auty
2017-08-31 00:23:41 +01:00
parent 9b835b1baf
commit e09ad9b884
@@ -63,7 +63,7 @@ class LinuxSymbolCache(interfaces.automagic.AutomagicInterface):
if total > 0:
vollog.info("Building linux caches...")
for current in range(total):
progress_callback(current / total)
progress_callback(current * 100 / total, "Building linux caches")
isf_url = cacheables[current]
try: