add another trace logging
This commit is contained in:
parent
101652d720
commit
d14a8afaf0
|
@ -279,7 +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);
|
||||
logger.trace("[{}] Failed to send multicast ping on interface {}", e, id, inf);
|
||||
lastException = e;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue