mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-27 18:38:41 +00:00
add another trace logging
This commit is contained in:
parent
ad5a4dde83
commit
101652d720
@ -279,6 +279,7 @@ public class MulticastZenPing extends AbstractLifecycleComponent<ZenPing> implem
|
||||
multicastSocket.send(datagramPacketSend);
|
||||
sentToAtLeastOne = true;
|
||||
} catch (Exception e) {
|
||||
logger.trace("[{}] Failed to send multicast ping on interface {}", id, inf);
|
||||
lastException = e;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user