Log the directory template for better log message

This commit is contained in:
Roy Nieterau 2024-04-09 14:13:49 +02:00
parent ecfb972332
commit 8ec3c80c5f

View file

@ -294,7 +294,8 @@ class DeliveryOptionsDialog(QtWidgets.QDialog):
if not directory_template.startswith("{root"):
self.log.warning(
"Skipping template '%s' because directory template does "
"not start with `{root`", template_name
"not start with `{root` in value: %s",
template_name, directory_template
)
continue