mirror of https://github.com/apache/activemq.git
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:
parent
fec73ddbc1
commit
7ef79f2d2a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue