diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-08-16 18:52:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-16 18:52:57 +0000 |
commit | 0bc81320d44d4a59b28bf890ec1b80b8f0a04103 (patch) | |
tree | 576b8f92f851130457ee057be9359a0801b34772 | |
parent | 0c409143a812702d8dc779cfcab5ba0ab14e89b5 (diff) | |
parent | ad17c462c709c75c72581a12ec1ca20cb1090fc9 (diff) |
Merge "Fix "critical" Sonar issue"
-rw-r--r-- | policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java index 77e16804..c18c1343 100644 --- a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java +++ b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java @@ -526,7 +526,7 @@ public class PolicySession } catch (Exception e) { - logger.error("stopThread in thread.join error"); + logger.error("stopThread in thread.join error", e); } } |