summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-07-06 12:16:49 -0400
committerRaul Cuza <raulcuza@gmail.com>2011-07-06 13:38:00 -0400
commit127322030d16857a5e4aec4d8a3910c9c70709df (patch)
tree2181642c94170c3e648962e5d5d720e9bee50e75 /tools
parent8276b715e11c445f8aae0b62ee3da5847bf3ab21 (diff)
downloadbcfg2-127322030d16857a5e4aec4d8a3910c9c70709df.tar.gz
bcfg2-127322030d16857a5e4aec4d8a3910c9c70709df.tar.bz2
bcfg2-127322030d16857a5e4aec4d8a3910c9c70709df.zip
Made verbose mode for commands a little more verbose.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/export2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/export2.py b/tools/export2.py
index 6e0e2787e..a6a06da14 100755
--- a/tools/export2.py
+++ b/tools/export2.py
@@ -217,6 +217,7 @@ def main(argv=None):
for cmd in commando_orders:
output = run(commando[cmd])[0].strip()
if options.verbose:
+ print "Ran '%s' with output:" % cmd
print output
if __name__ == '__main__':