aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSurendra Reddy Katam <SK00524980@techmahindra.com>2018-03-27 11:13:15 +0530
committerSurendra Reddy Katam <SK00524980@techmahindra.com>2018-03-27 11:13:15 +0530
commit7697ac368d0901a9e2751b5da3364f4099cc19be (patch)
treeea1cec8ef7a75c16cd935a0df275221871331386
parent4a9247644bc67e2000924a537c123425e731daeb (diff)
Sonar critical issues
Either log or rethrow this exception SOnar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbQa32hFUzlqc5Za&resolved=false&severities=CRITICAL Location: src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java Line No-462 Change-Id: I1bb8cad051834fb487f9cea04187f36a6877d88a Issue-ID: DMAAP-350 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
-rw-r--r--src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java2
1 files changed, 1 insertions, 1 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 4a1f70f..35e552b 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
@@ -461,7 +461,7 @@ public class MRBatchPublisher implements MRBatchingPublisher
}
catch ( HttpException e )
{
- log.warn ( "Problem posting to MR: " + e.getMessage() );
+ log.warn ( "Problem posting to MR: " + e.getMessage(),e );
}
catch ( IOException e )
{