Skip to content

Commit

Permalink
change this one too
Browse files Browse the repository at this point in the history
  • Loading branch information
plasorak committed Oct 16, 2024
1 parent 5151f4a commit 2232b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drunc/broadcast/server/broadcast_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, name:str, configuration:BroadcastSenderConfHandler, session:s
self.implementation = None

if self.impl_technology is None:
self.logger.warning('There is no broadcasting service!')
self.logger.info('There is no broadcasting service!')
return

from drunc.broadcast.types import BroadcastTypes
Expand Down

0 comments on commit 2232b25

Please sign in to comment.