Skip to content

Commit

Permalink
Make PIM-invalid log identical to Zino 1
Browse files Browse the repository at this point in the history
As suggested in code review.

Co-authored-by: Johanna England <[email protected]>
  • Loading branch information
lunkwill42 and johannaengland committed Aug 19, 2024
1 parent b52982a commit b8f1889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zino/trapobservers/logged_traps.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def handle_trap(self, trap: TrapMessage) -> Optional[bool]:

trap_type = "register" if trap.name.endswith("Register") else "join-prune"
_logger.info(
"%s: PIM-invalid-%s: from %s group %s RP %s",
"%s PIM-invalid-%s: from %s group %s RP %s",
trap.agent.device.name,
trap_type,
origin,
Expand Down

0 comments on commit b8f1889

Please sign in to comment.