diff --git a/src/backend/InvenTree/report/models.py b/src/backend/InvenTree/report/models.py index d1c290b7f8..af4cfffb19 100644 --- a/src/backend/InvenTree/report/models.py +++ b/src/backend/InvenTree/report/models.py @@ -711,10 +711,7 @@ class LabelTemplate(TemplateUploadMixin, ReportTemplateBase): ValidationError: If there is an error during label printing """ logger.info( - "Printing %s labels against template '%s' using plugin '%s'", - len(items), - plugin.slug, - self.name, + f"Printing {len(items)} labels against template '{self.name}' using plugin '{plugin.slug}'" ) if not output: