From: ajay priyadarshi Date: Mon, 19 Feb 2018 05:13:38 +0000 (+0530) Subject: Exception handling X-Git-Tag: v1.1.0~46 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F32059%2F1;p=vfc%2Fnfvo%2Fdriver%2Fems.git Exception handling emsdriver/commons/utils/DriverThread.java file name: DriverThread.java Change-Id: Iec2747e48c75b4c03b17449b163c19771d158b52 Issue-ID: VFC-766 Signed-off-by: ajay priyadarshi --- diff --git a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/DriverThread.java b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/DriverThread.java index cbdbd3c..1b59022 100644 --- a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/DriverThread.java +++ b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/DriverThread.java @@ -52,7 +52,8 @@ public abstract class DriverThread implements Runnable { try { dispose(); } catch (Exception e) { - e.printStackTrace(); + //e.printStackTrace(); + log.error(" printStackTrace :", e); } this.setEnd(true);