Skip to content

Commit

Permalink
Merge pull request #349 from zxzxwu/stack
Browse files Browse the repository at this point in the history
Log track back in on_packet
  • Loading branch information
zxzxwu authored Nov 29, 2023
2 parents 2b26de3 + 0149c4c commit b8849ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumble/transport/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def feed_data(self, data: bytes) -> None:
try:
self.sink.on_packet(bytes(self.packet))
except Exception as error:
logger.warning(
logger.exception(
color(f'!!! Exception in on_packet: {error}', 'red')
)
self.reset()
Expand Down

0 comments on commit b8849ab

Please sign in to comment.