aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoumendu Sekhar Acharya <sa00498080@techmahindra.com>2017-12-13 15:32:05 +0530
committerSoumendu Sekhar Acharya <sa00498080@techmahindra.com>2017-12-13 15:32:05 +0530
commitbc50deb5322805d749adeb5e2cfa42b981d1c163 (patch)
tree6757d215d90db0edef5cf720fcb70187b9ec3307
parent92ff34414e70a7fb2936246ce4760095f46c8323 (diff)
sonar critical for Exception handling
Log this Exception Sonar Link: https:https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient#severities=CRITICAL|resolved=false|assignees=soumendu Location: src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java Line No-259 Change-Id: I21d7b829a79efc028d60b44a08c3a688dc44dd9b Issue-ID: DMAAP-191 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
-rw-r--r--src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java b/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java
index 79a70b8..bcfa1cd 100644
--- a/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java
+++ b/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java
@@ -260,6 +260,7 @@ public class MRBatchPublisher implements MRBatchingPublisher
catch ( IOException e )
{
fLog.warn ( "MR background send: " + e.getMessage () );
+ fLog.error( "IOException " + e );
}
}