Commit f011db07 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix another debugging message.

parent c706da43
...@@ -222,7 +222,7 @@ parse_packet(const unsigned char *from, struct network *net, ...@@ -222,7 +222,7 @@ parse_packet(const unsigned char *from, struct network *net,
v4tov6(p4, message + 20); v4tov6(p4, message + 20);
v4tov6(nh, message + 16); v4tov6(nh, message + 16);
debugf("Received update for %s nh %s on %s from %s (%s).\n", debugf("Received update for %s nh %s on %s from %s (%s).\n",
format_prefix(p4, plen), format_prefix(p4, plen + 96),
format_address(nh), format_address(nh),
net->ifname, net->ifname,
format_address(neigh->id), format_address(neigh->id),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment