diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java b/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java index 7fe1eac..da024f1 100644 --- a/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java +++ b/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java @@ -235,6 +235,7 @@ public class MMServiceImpl implements MMService { throw excp; } catch (Exception excp) { + LOG.error(excp.toString()); ctx.getConfigReader().getfConsumerFactory().destroyConsumer(topic, consumerGroup, clientId); |