Author: jmesnil
Date: 2010-09-02 07:58:21 -0400 (Thu, 02 Sep 2010)
New Revision: 9629
Modified:
branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java
Log:
fix typo in log
Modified:
branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java
===================================================================
---
branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java 2010-09-01
15:53:47 UTC (rev 9628)
+++
branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java 2010-09-02
11:58:21 UTC (rev 9629)
@@ -578,7 +578,7 @@
clusterManager.start();
- log.info("Live server is up - waiting for failover");
+ log.info("Backup server is up - waiting for failover");
liveLock.lock();
//todo check if we need this or not
@@ -604,7 +604,7 @@
initialisePart2();
- log.info("Back Up Server is now live");
+ log.info("Backup Server is now live");
backupLock.unlock();
}