diff --git a/route_link.c b/route_link.c index 6b232668..ad5772d5 100644 --- a/route_link.c +++ b/route_link.c @@ -576,7 +576,8 @@ int link_received_packet(struct subscriber *subscriber, struct overlay_interface } if (sender_seq >=0){ if (link->sequence !=-1 && sender_seq != ((link->sequence+1)&0xFF)){ - DEBUGF("LINK STATE; Sequence jumped from %d to %d", link->sequence, sender_seq); + DEBUGF("LINK STATE %s; Sequence jumped from %d to %d", + interface->name,link->sequence, sender_seq); } link->sequence = sender_seq; }