Display who the slave leveldb store thinks is the master.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1494218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2013-06-18 17:25:09 +00:00
parent fec73ddbc1
commit 7ef79f2d2a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class SlaveLevelDBStore extends LevelDBStore with ReplicatedLevelDBStoreTrait {
transport.setDispatchQueue(queue)
transport.connecting(new URI(connect), null)
info("Connecting to master...")
info("Connecting to master: "+connect)
wal_session = new Session(transport, (session)=>{
// lets stash away our current state so that we can unstash it
// in case we don't get caught up.. If the master dies,