From 0051240c7cc85f51b2a30cc4f8059baf20a109b7 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 11 Jul 2016 08:50:39 +0200 Subject: [PATCH] log.info target_host -> hash --- cdist/exec/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/exec/local.py b/cdist/exec/local.py index e1d7af1c..61256a31 100644 --- a/cdist/exec/local.py +++ b/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)