mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-13 14:48:43 +00:00
Fixes socket error hook for radv protocol.
This commit is contained in:
parent
9135c1f0ca
commit
e1afee2799
@ -395,7 +395,7 @@ static void
|
||||
radv_err_hook(sock *sk, int err)
|
||||
{
|
||||
struct radv_iface *ifa = sk->data;
|
||||
log(L_ERR "%s: Socket error: %m", ifa->ra->p.name, err);
|
||||
log(L_ERR "%s: Socket error on %s: %M", ifa->ra->p.name, ifa->iface->name, err);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user