From e0a4fc4ea7916438aecf7e3b9feac7b7ae0b649e Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Thu, 7 Sep 2017 11:58:19 +0200 Subject: [PATCH] verbose -> info --- cdist/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/config.py b/cdist/config.py index 45f099de..877014a0 100644 --- a/cdist/config.py +++ b/cdist/config.py @@ -662,7 +662,7 @@ class Config(object): self.code.transfer_code_remote(cdist_object) self.code.run_code_remote(cdist_object) else: - self.log.verbose("Skipping code execution due to DRY RUN") + self.log.info("Skipping code execution due to DRY RUN") # Mark this object as done self.log.trace("Finishing run of " + cdist_object.name)