summaryrefslogtreecommitdiff
path: root/ybd/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'ybd/cache.py')
-rw-r--r--ybd/cache.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ybd/cache.py b/ybd/cache.py
index a8b5a16..97695d5 100644
--- a/ybd/cache.py
+++ b/ybd/cache.py
@@ -44,6 +44,8 @@ def cache_key(dn):
return dn['cache']
if dn.get('arch', app.config['arch']) != app.config['arch']:
+ app.log(dn, 'Cache_key requested but arch %s mismatch' % dn['arch'],
+ app.config['arch'])
return False
dn['cache'] = 'calculating'