From: Frank Brehm Date: Wed, 27 May 2020 15:28:57 +0000 (+0200) Subject: Debug output X-Git-Tag: 2.1.2^2~9^2~31^2~103 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4044aaa5873c031b7c3746dc6bae8ffe85ebead1;p=pixelpark%2Fcreate-vmware-tpl.git Debug output --- diff --git a/lib/cr_vmware_tpl/handler.py b/lib/cr_vmware_tpl/handler.py index e59e020..1ac829b 100644 --- a/lib/cr_vmware_tpl/handler.py +++ b/lib/cr_vmware_tpl/handler.py @@ -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):