sonar critical for Exception Handling
[dmaap/messagerouter/mirroragent.git] / src / main / java / com / att / nsa / dmaapMMAgent / MirrorMakerAgent.java
index 9c74f72..070281c 100644 (file)
@@ -102,6 +102,7 @@ public class MirrorMakerAgent {
                                try {
                                        input.close();
                                } catch (IOException e) {
+                                       logger.error("IOException" + e);
                                        e.printStackTrace();
                                }
                        }