summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-09 15:55:03 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-09 15:55:03 +0800
commitf06759d53d48bb31e1a1565bce7113ab02f68a7e (patch)
treea3b59f1e7e298c960e326812999acc3c81944b46 /dmaap-dsa
parent02477312f805d819b9b71ce91bcbebea98697fb5 (diff)
Add the Stacktrace into the Log
Change-Id: I5ac78b3a7c4b73d8d4a3fe9cf928db4a2ded80ae Issue-ID: HOLMES-86 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'dmaap-dsa')
-rw-r--r--dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java b/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java
index 8b7c727..4845b73 100644
--- a/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java
+++ b/dmaap-dsa/src/main/java/org/onap/holmes/dsa/dmaappolling/Subscriber.java
@@ -67,7 +67,7 @@ public class Subscriber {
try {
response = getDMaaPData();
} catch (Exception e) {
- throw new CorrelationException("Failed to get DMapp data.", e);
+ throw new CorrelationException("Failed to get data from DMaaP.", e);
}
try {
return extractVesAlarm(response);