fix typo in log

This commit is contained in:
Oliver Gorwits
2018-03-02 19:47:35 +00:00
parent 6a43842ea9
commit 0229d46f86
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ sub store_neighbors {
my $mac = NetAddr::MAC->new(mac => $tmpid);
if ($mac and not $mac->errstr) {
info sprintf
'[%s] neigh - found neighbor %s by MAC %s',
' [%s] neigh - trying to find neighbor %s by MAC %s',
$device->ip, $remote_id, $mac->as_ieee;
$neigh = $devices->single({mac => $mac->as_ieee});
}