Skip to content

Commit

Permalink
change this warning to info
Browse files Browse the repository at this point in the history
  • Loading branch information
plasorak committed Oct 16, 2024
1 parent 0e8cafd commit 5151f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drunc/broadcast/client/broadcast_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, broadcast_configuration:BroadcastClientConfHandler):
message_format = BroadcastMessage,
)
case _:
self.log.warning('Could not understand the BroadcastHandler technology you want to use, you will get no broadcast!')
self.log.info('Could not understand the BroadcastHandler technology you want to use, you will get no broadcast!')

def stop(self):
if self.implementation:
Expand Down

0 comments on commit 5151f4a

Please sign in to comment.