Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JGRP-2624 Log MulticastSocket network interface #638

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

diegolovison
Copy link
Contributor

No description provided.

@@ -513,6 +513,9 @@ protected <T extends UDP> T setNetworkInterface(InetAddress addr, MulticastSocke
if(s != null && addr != null) {
intf=NetworkInterface.getByInetAddress(addr);
s.setNetworkInterface(intf);
if (log.isDebugEnabled()) {
log.debug(String.format("multicast_socket on %s", intf.getName()));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should use org.jgroups.logging.Log#debug(java.lang.String, java.lang.Object...) here instead.

@belaban belaban merged commit 46f02e6 into belaban:master Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants