Disabled ping logging
This commit is contained in:
parent
172975d792
commit
d799e0a487
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public class NetScanController implements HalEventController, HalAutoScannableCo
|
|||
try(MultiCommandExecutor executor = new MultiCommandExecutor();){
|
||||
for (Map.Entry<LocalNetworkDevice,SwitchEventData> entry : devices.entrySet()) {
|
||||
if (listener != null) {
|
||||
logger.finest("Pinging IP "+entry.getKey().getHost());
|
||||
//logger.finest("Pinging IP "+entry.getKey().getHost());
|
||||
boolean online = InetScanner.isReachable(entry.getKey().getHost(), executor);
|
||||
if (entry.getValue() == null || entry.getValue().isOn() != online) {
|
||||
entry.setValue(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue