File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ async def stop(self):
247
247
try :
248
248
await self ._event_source_ended .wait ()
249
249
except asyncio .CancelledError as e :
250
- _LOGGER .error ("Exception waiting for event source ended" )
250
+ _LOGGER .debug ("Exception waiting for event source ended" )
251
251
_LOGGER .debug ('stack trace: ' , exc_info = True )
252
252
pass
253
253
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ async def shutdown(self):
205
205
try :
206
206
await self ._done .wait ()
207
207
except asyncio .CancelledError :
208
- _LOGGER .error ("Exception waiting for SSE connection to end" )
208
+ _LOGGER .debug ("Exception waiting for SSE connection to end" )
209
209
_LOGGER .debug ('stack trace: ' , exc_info = True )
210
210
pass
211
211
You can’t perform that action at this time.
0 commit comments