From: Frank Brehm Date: Fri, 28 Oct 2022 15:14:21 +0000 (+0200) Subject: Changing debug output X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=9ea20236e05363098352d5273af3077f60e9de7c;p=pixelpark%2Fpuppetmaster-webhooks.git Changing debug output --- diff --git a/lib/webhooks/deploy.py b/lib/webhooks/deploy.py index d48212a..803ed5b 100644 --- a/lib/webhooks/deploy.py +++ b/lib/webhooks/deploy.py @@ -180,8 +180,8 @@ class WebhookDeployApp(BaseHookApp): full_name = ns + '/' + pname # if self.verbose > 1: - LOG.info("Searching for {n!r} branch {b!r} in config ...".format( - n=self.full_name, b=self.ref)) + LOG.info("Searching for {n!r} branch {b!r} in config {k!r} ...".format( + n=self.full_name, b=self.ref, k=project_key)) if self.full_name != full_name: # if self.verbose > 1: