summaryrefslogtreecommitdiff
path: root/morphlib/sourceresolver.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/sourceresolver.py')
-rw-r--r--morphlib/sourceresolver.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/sourceresolver.py b/morphlib/sourceresolver.py
index bdbf30b8..fb8642aa 100644
--- a/morphlib/sourceresolver.py
+++ b/morphlib/sourceresolver.py
@@ -453,7 +453,8 @@ class SourceResolver(object):
if chunk_key in self._resolved_buildsystems:
logging.debug('Build system for %s is cached', str(chunk_key))
- self.status(msg='Build system for %s is cached' % str(chunk_key),
+ self.status(msg='Build system for %(chunk)s is cached',
+ chunk=str(chunk_key),
chatty=True)
buildsystem = self._resolved_buildsystems[chunk_key]