root 5 месяцев назад
Родитель
Сommit
4abfa3c019
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/eyelib/database.pm

+ 1 - 1
scripts/eyelib/database.pm

@@ -1829,7 +1829,7 @@ if (!exists $ip_record->{ip_aton}) { $ip_record->{ip_aton}=StrToIp($ip); }
 if (!exists $ip_record->{hotspot}) { $ip_record->{hotspot}=is_hotspot($db,$ip); }
 
 my $auth_ident = "Found new ip-address: " . $ip;
-$auth_ident = $auth_ident . '['.$mac .']' if ($mac);
+$auth_ident = $auth_ident . ' ['.$mac .']' if ($mac);
 $auth_ident = $auth_ident . ' :: '.$hostname if ($hostname);
 
 my $ip_aton=$ip_record->{ip_aton};