mirror of https://github.com/apache/activemq.git
name the adapter correctly
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@513769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ccd81adc0f
commit
32e84d6cd1
|
@ -594,7 +594,7 @@ public class AMQPersistenceAdapter implements PersistenceAdapter, UsageListener
|
|||
|
||||
|
||||
public String toString(){
|
||||
return "JournalPersistenceAdapator(" + referenceStoreAdapter + ")";
|
||||
return "AMQPersistenceAdapter(" + directory + ")";
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue