Skip to content

Commit

Permalink
Some logging for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 10, 2024
1 parent 89adabb commit 6124db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cerebro/sources/lvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ async def _read_internal(

data = await asyncio.wait_for(reader.readuntil(b"\\"), timeout=5)
data = data.decode()
log.info(self, data)

m = re.match(
r"^@[0-9]{1,3}ACKQ?"
Expand Down

0 comments on commit 6124db6

Please sign in to comment.