pero 2005/04/16 01:10:48 Modified: modules/cluster/src/share/org/apache/catalina/cluster/tcp LocalStrings.properties SimpleTcpCluster.java Log: i18n message change Revision Changes Path 1.8 +1 -0 jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/LocalStrings.properties Index: LocalStrings.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/LocalStrings.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- LocalStrings.properties 15 Apr 2005 20:14:13 -0000 1.7 +++ LocalStrings.properties 16 Apr 2005 08:10:48 -0000 1.8 @@ -36,3 +36,4 @@ SimpleTcpCluster.event.log=Cluster receive listener event {0} with data {1} SimpleTcpCluster.getProperty=get property {0} SimpleTcpCluster.setProperty=set property {0}: {1} old value {2} +SimpleTcpCluster.auto.addClusterListener=Add ClusterSessionListener at cluster [{0}:{1,number,integer}] 1.64 +3 -2 jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java Index: SimpleTcpCluster.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- SimpleTcpCluster.java 15 Apr 2005 20:14:14 -0000 1.63 +++ SimpleTcpCluster.java 16 Apr 2005 08:10:48 -0000 1.64 @@ -634,7 +634,8 @@ // setup the normal Cluster Session Listener (DeltaManager support) if(clusterListeners.size() == 0 ) { if(log.isInfoEnabled()) { - log.info("Add ClusterSessionListener "); + log.info(sm.getString("SimpleTcpCluster.auto.addClusterListener", + clusterReceiver.getHost(),new Integer(clusterReceiver.getPort()))); } addClusterListener(new ClusterSessionListener()); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]