Clarify a log.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Apr 2024 15:24:22 +0000 (17:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Apr 2024 15:24:22 +0000 (17:24 +0200)
cdist

diff --git a/cdist b/cdist
index 63bd9f29f9ee0978a484bfa71a16fdc9378af93a..39172bb31a9141d2c13b80916513b3aeef68598c 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -1141,7 +1141,7 @@ class Tree:
         if self.built:
             return
 
-        log_verbose("Building %s %s %s with %s" % (self.name, self.commit_ish, self.version, options))
+        log_verbose("Building %s %s %s with %s" % (self.name, self.commit_ish, self.version, self.add_defaults(options)))
 
         variables = copy.copy(self.target.variables)