mirror of https://github.com/apache/activemq.git
crap - left a Thread.dumpStack() method in the class - removing
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@603873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cea2f930c3
commit
388a5c4356
|
@ -56,7 +56,6 @@ final class RecoveryListenerAdapter implements MessageRecoveryListener {
|
|||
return recoverMessage(message);
|
||||
} else {
|
||||
LOG.error("Message id " + ref + " could not be recovered from the data store!");
|
||||
Thread.dumpStack();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue