Merge pull request #271 from BigRoy/bugfix/fix_duplicated_creator_warning_message

Fix: Report the duplicated creator class
This commit is contained in:
Jakub Trllo 2024-04-15 13:58:30 +02:00 committed by GitHub
commit fa32a807c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1790,10 +1790,10 @@ class CreateContext:
creator_identifier = creator_class.identifier
if creator_identifier in creators:
self.log.warning((
"Duplicated Creator identifier. "
"Using first and skipping following"
))
self.log.warning(
"Duplicate Creator identifier: '%s'. Using first Creator "
"and skipping: %s", creator_identifier, creator_class
)
continue
# Filter by host name