From e09ad9b88467ae1ceaa10dd532e09de58e42e1e9 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 31 Aug 2017 00:23:41 +0100 Subject: [PATCH] Make the automagic progress a little easier to understand. --- volatility/framework/automagic/linux_symbol_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/automagic/linux_symbol_cache.py b/volatility/framework/automagic/linux_symbol_cache.py index e2a90ae69..2a6017c17 100644 --- a/volatility/framework/automagic/linux_symbol_cache.py +++ b/volatility/framework/automagic/linux_symbol_cache.py @@ -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: