Skip to content

Commit bcbae74

Browse files
committed
fix: debug
1 parent b49d0bc commit bcbae74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/zeroconf/_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def datagram_received(
313313
and last_incoming_message.scope_id == scope
314314
):
315315
# We already processed this packet with 0.999s so we can reuse the parse
316+
log.debug("Reusing last parsed packet from %r:%r [socket %s]", addr, port, self.sock_description)
316317
msg = last_incoming_message
317318
else:
318319
msg = DNSIncoming(data, (addr, port), scope, now)

0 commit comments

Comments
 (0)