log.info target_host -> hash

remotes/origin/4.2
Darko Poljak 9 years ago
parent 120b11e96b
commit 0051240c7c
  1. 2
      cdist/exec/local.py

@ -66,7 +66,7 @@ class Local(object):
# import atexit
# atexit.register(lambda: shutil.rmtree(base_path_parent))
self.hostdir = self._hostdir()
self.log.debug("Calculated temp dir for target \"{}\" is "
self.log.info("Calculated temp dir for target \"{}\" is "
"\"{}\"".format(self.target_host, self.hostdir))
self.base_path = os.path.join(base_path_parent, self.hostdir)

Loading…
Cancel
Save