mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
network: neighbor: fix log message
This commit is contained in:
parent
bfa0ade9f2
commit
38f8ae2c48
@ -543,7 +543,7 @@ int manager_rtnl_process_neighbor(sd_netlink *rtnl, sd_netlink_message *message,
|
||||
case RTM_NEWNEIGH:
|
||||
if (neighbor) {
|
||||
neighbor_enter_configured(neighbor);
|
||||
log_neighbor_debug(tmp, "Received remembered", link);
|
||||
log_neighbor_debug(neighbor, "Received remembered", link);
|
||||
} else {
|
||||
neighbor_enter_configured(tmp);
|
||||
log_neighbor_debug(tmp, "Remembering", link);
|
||||
|
Loading…
Reference in New Issue
Block a user