Fix "critical" Sonar issue 49/7749/1
authorRalph Straubs <rs8887@att.com>
Wed, 16 Aug 2017 15:31:18 +0000 (10:31 -0500)
committerRalph Straubs <rs8887@att.com>
Wed, 16 Aug 2017 15:31:18 +0000 (10:31 -0500)
Change-Id: I46e59d9a017722370cff4112250bcdfa0f0d0b23
Issue-ID: POLICY-160
Signed-off-by: Ralph Straubs <rs8887@att.com>
policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java

index 77e1680..c18c134 100644 (file)
@@ -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);
                }
        }