]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Cosmetic
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 28 May 2020 15:42:53 +0000 (17:42 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 28 May 2020 15:42:53 +0000 (17:42 +0200)
lib/cr_vmware_tpl/cobbler.py

index e452b9b69e88d6e666021b08d4605f13496d1fb2..b8bbc0699ccbe96620c3274ce1545d4d4e887715 100644 (file)
@@ -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))