make it work again :-)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-08 11:44:58 +02:00
parent 7d3c67c178
commit 8fa576152e
1 changed files with 1 additions and 1 deletions

View File

@ -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()