17 lines
558 B
Diff
17 lines
558 B
Diff
|
boom/cache.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/boom/cache.py b/boom/cache.py
|
||
|
index 1dc5e07..cf7de47 100644
|
||
|
--- a/boom/cache.py
|
||
|
+++ b/boom/cache.py
|
||
|
@@ -238,7 +238,7 @@ def load_cache(verify=True, digests=False):
|
||
|
images = cachedata["images"]
|
||
|
for image_id in images.keys():
|
||
|
if image_id not in ids:
|
||
|
- _log_warn("Found orphan image_id '%s'" % image)
|
||
|
+ _log_warn("Found orphan image_id '%s'" % image_id)
|
||
|
# clean up?
|
||
|
|
||
|
_log_debug("Loaded %d cache paths and %d images" %
|