You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/02/28 20:19:29 UTC

[activemq-artemis] branch master updated: ARTEMIS-2637 Adding additional logging and fixing checkstyle

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new ea3c592  ARTEMIS-2637 Adding additional logging and fixing checkstyle
ea3c592 is described below

commit ea3c592c82958d12b8f7115195076be0fefee428
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Fri Feb 28 15:09:39 2020 -0500

    ARTEMIS-2637 Adding additional logging and fixing checkstyle
---
 .../java/org/apache/activemq/artemis/core/cluster/DiscoveryGroup.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/cluster/DiscoveryGroup.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/cluster/DiscoveryGroup.java
index 86b28d2..45bd213 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/cluster/DiscoveryGroup.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/cluster/DiscoveryGroup.java
@@ -315,7 +315,7 @@ public final class DiscoveryGroup implements ActiveMQComponent {
                }
 
                if (logger.isDebugEnabled()) {
-                  logger.debug("Received nodeID " + nodeID);
+                  logger.debug("Received nodeID " + nodeID + " with originatingID = " + originatingNodeID);
                }
 
                int size = buffer.readInt();