From: Frank Brehm Date: Thu, 28 May 2020 15:42:53 +0000 (+0200) Subject: Cosmetic X-Git-Tag: 2.1.2^2~9^2~31^2~82 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4baa4aa1af11069de18421f9cbe84e0e474b6803;p=pixelpark%2Fcreate-vmware-tpl.git Cosmetic --- diff --git a/lib/cr_vmware_tpl/cobbler.py b/lib/cr_vmware_tpl/cobbler.py index e452b9b..b8bbc06 100644 --- a/lib/cr_vmware_tpl/cobbler.py +++ b/lib/cr_vmware_tpl/cobbler.py @@ -288,7 +288,8 @@ class Cobbler(BaseHandler): proc = self.exec_ssh(cmd) if proc.returncode == 0: - LOG.debug(_("Kickstart script {!r} is has the correct content").format(str(remote_ks))) + LOG.debug(_("Remote Kickstart script {!r} is has the correct content.").format( + str(remote_ks))) return msg = _("Kickstart script {!r} has to be copied.").format(str(local_ks))