add another trace logging

This commit is contained in:
kimchy 2010-05-27 12:12:18 +03:00
parent 101652d720
commit d14a8afaf0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}