From 4baa4aa1af11069de18421f9cbe84e0e474b6803 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 28 May 2020 17:42:53 +0200 Subject: [PATCH] Cosmetic --- lib/cr_vmware_tpl/cobbler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.39.5