[jboss-cvs] JBossAS SVN: r60581 - trunk/cluster/src/main/org/jboss/ha/hasessionstate/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 15 20:36:22 EST 2007


Author: jerrygauth
Date: 2007-02-15 20:36:22 -0500 (Thu, 15 Feb 2007)
New Revision: 60581

Modified:
   trunk/cluster/src/main/org/jboss/ha/hasessionstate/server/HASessionStateImpl.java
Log:
Fixed typo in debug output

Modified: trunk/cluster/src/main/org/jboss/ha/hasessionstate/server/HASessionStateImpl.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/hasessionstate/server/HASessionStateImpl.java	2007-02-16 01:32:52 UTC (rev 60580)
+++ trunk/cluster/src/main/org/jboss/ha/hasessionstate/server/HASessionStateImpl.java	2007-02-16 01:36:22 UTC (rev 60581)
@@ -174,7 +174,7 @@
          }
          catch (NameNotFoundException e)
          {
-            log.debug ("creating Subcontext" + ctxName);
+            log.debug ("creating Subcontext " + ctxName);
             ctx = ctx.createSubcontext (ctxName);
          }
          n = n.getSuffix (1);




More information about the jboss-cvs-commits mailing list