From 8fa576152ee2666c24e6d53dd697a40d78940980 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 8 Sep 2011 11:44:58 +0200 Subject: [PATCH] make it work again :-) Signed-off-by: Nico Schottelius --- bin/cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist b/bin/cdist index c160b945..1e2fe11e 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()