Fix logline tag

This commit is contained in:
Pim van Pelt
2024-03-23 10:03:13 +01:00
parent 0d864a71fe
commit cb78074e46

View File

@ -1149,7 +1149,7 @@ lcp_nl_neigh_add (struct rtnl_neigh *rn)
if ((rna = rtnl_neigh_get_dst (rn)) == NULL) if ((rna = rtnl_neigh_get_dst (rn)) == NULL)
{ {
LCP_NL_DBG ("neigh_del: ignore missing neighbor %U", format_nl_object, LCP_NL_DBG ("neigh_add: ignore missing neighbor %U", format_nl_object,
rn); rn);
return; return;
} }