Commit 87978f62 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix incorrect debugging message.

parent a58731a9
...@@ -553,7 +553,7 @@ send_txcost(struct neighbour *neigh, struct network *net) ...@@ -553,7 +553,7 @@ send_txcost(struct neighbour *neigh, struct network *net)
net = neigh->network; net = neigh->network;
debugf("Sending unicast txcost on %s to %s (%s).\n", debugf("Sending txcost on %s to %s (%s).\n",
neigh->network->ifname, neigh->network->ifname,
format_address(neigh->id), format_address(neigh->id),
format_address(neigh->address)); format_address(neigh->address));
......
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