Yuta HIGUCHI

additional log

Change-Id: Ib371f3104cbcbcd6e7665e13a62eb575c39f5abc
...@@ -88,7 +88,7 @@ public class ClusterCommunicationManager ...@@ -88,7 +88,7 @@ public class ClusterCommunicationManager
88 log.error("NettyMessagingService#activate", e); 88 log.error("NettyMessagingService#activate", e);
89 } 89 }
90 messagingService = netty; 90 messagingService = netty;
91 - log.info("Started"); 91 + log.info("Started on {}:{}", localNode.ip(), localNode.tcpPort());
92 } 92 }
93 93
94 @Deactivate 94 @Deactivate
......