logging

parent 1d3eecec
...@@ -1156,7 +1156,7 @@ class Config(object): ...@@ -1156,7 +1156,7 @@ class Config(object):
if self.dry_run: if self.dry_run:
self.logger.info("Dry-run mode enabled.") self.logger.info("Dry-run mode enabled.")
if self.create_tap: if self.create_tap:
self.logger.info("Tap mode enabled.") self.logger.info("Tap creation mode enabled.")
# Calculate path once # Calculate path once
self.computer_xml = os.path.abspath(self.computer_xml) self.computer_xml = os.path.abspath(self.computer_xml)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment