+better logging

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-08 11:45:58 +02:00
parent 8fa576152e
commit 506e0e6c81
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()