summaryrefslogtreecommitdiff
path: root/vmdb/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'vmdb/app.py')
-rw-r--r--vmdb/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmdb/app.py b/vmdb/app.py
index ef92548..d974a83 100644
--- a/vmdb/app.py
+++ b/vmdb/app.py
@@ -169,6 +169,7 @@ class ImageBuilder:
state.arch = (
vmdb.runcmd(["dpkg", "--print-architecture"]).decode("UTF-8").strip()
)
+ logging.debug(f"Set state.arch={state.arch!r}")
self.add_template_vars(state.as_dict())
steps = spec.get_steps(self._tvars)