Author: pero Date: Thu Jan 5 11:28:41 2006 New Revision: 366252 URL: http://svn.apache.org/viewcvs?rev=366252&view=rev Log: fix message text
Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java?rev=366252&r1=366251&r2=366252&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java (original) +++ tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java Thu Jan 5 11:28:41 2006 @@ -313,7 +313,7 @@ impl.start(level); long memberwait = (Long.parseLong(properties.getProperty("msgFrequency"))*4); if(log.isInfoEnabled()) - log.info("Sleeping for "+memberwait+" secs to establish cluster membership"); + log.info("Sleeping for "+memberwait+" milliseconds to establish cluster membership"); Thread.sleep(memberwait); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]