+better logging
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8fa576152e
commit
506e0e6c81
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue