Reducing log level of information about dropped non-finalists

This commit is contained in:
Christian Wolf 2023-11-19 13:18:12 +01:00
parent 638b2a3002
commit f075e1e167

View File

@ -721,7 +721,7 @@ class Worker:
participant.finalist = True
else:
participant.finalist = False
self.l.warning('Dropping %s from the output as no finalist', participant)
self.l.info('Dropping %s from the output as no finalist', participant)
droppedParticipants.append(participant)
if filterOut: