Skip to content
Open

typo #105

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ private List<KeyedMessageWithType> invokeGuts(final InvocationResultsCloser resu
catch(final DempsyException e) {
result = null;
LOGGER.warn("the container for " + clusterId + " failed when trying to invoke " + op + " on " + objectDescription(instance) +
" because an exception was thrown by the Message Processeor itself", e);
" because an exception was thrown by the Message Processor itself", e);
statCollector.messageFailed(numMessages);
}
// RuntimeExceptions book-keeping
Expand Down