]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Debug output
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 27 May 2020 15:28:57 +0000 (17:28 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 27 May 2020 15:28:57 +0000 (17:28 +0200)
lib/cr_vmware_tpl/handler.py

index e59e020eca91efe4bb1121c7c5de5cbf3d5bd987..1ac829bd12fe931b2f4dab48200d991e336b5e83 100644 (file)
@@ -247,6 +247,7 @@ class CrTplHandler(BaseHandler):
         if self.verbose > 1:
             msg = _("Distro {!r} is available on the cobbler host.").format(
                 self.config.cobbler_distro)
+            LOG.debug(msg)
 
     # -------------------------------------------------------------------------
     def check_for_temp_tpl_vm(self, no_error=False):