diff --git a/bin/cdist b/bin/cdist index 1e2fe11e..56991d68 100755 --- a/bin/cdist +++ b/bin/cdist @@ -158,7 +158,7 @@ class Cdist: def deploy_to(self): """Mimic the old deploy to: Deploy to one host""" - log.info("Deploying to host" + self.hostname) + log.info("Deploying to host " + self.hostname) self.init_deploy() self.global_explore()