summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-26 23:59:04 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-26 23:59:04 +0000
commitfad8271080340891b01c33a62d17d59233c10fb4 (patch)
treebf720642231625af75b93c71b0ff3d8d954ab3fc
parent3fa48fdadf625e5f349917fc640a143127d58f66 (diff)
A bit more verbosity.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index d2bfe4e..3f6e907 100755
--- a/cdist
+++ b/cdist
@@ -232,6 +232,7 @@ class Target(object):
project.cscript['test'](self)
def set(self, a, b):
+ print "Target set %s=%s" % (a, b)
self.variables[a] = b
def unset(self, a):