Skip to content

Commit

Permalink
Added a bit more logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Jan 22, 2021
1 parent ddb5dd3 commit e4c67af
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -326,6 +326,7 @@ private void doReturnEmptyIndex(final IndexRequestMessage irMsg) {
// Channels.getTheIndexServer());
// log.info("Sending irm: " + irm);
// JMSConnectionFactory.getInstance().send(irm);
log.info("Sending reply message:" + irMsg);
JMSConnectionFactory.getInstance().reply(irMsg);

}
Expand Down

0 comments on commit e4c67af

Please sign in to comment.