Policy TestSuite Enabled
[policy/engine.git] / POLICY-SDK-APP / src / main / java / org / openecomp / policy / components / PolicyImportWindow.java
index 30a49a1..6e40c2b 100644 (file)
@@ -99,7 +99,7 @@ public class PolicyImportWindow{
                                }
                        }
                } catch (IOException e) {
-                       e.printStackTrace();
+                       LOGGER.error("Exception Occured"+e);
                }
 
        }
@@ -152,7 +152,7 @@ public class PolicyImportWindow{
                        outputFile.close();
                } catch (IOException e) {
                        LOGGER.info("IOException:" +e);
-                       e.printStackTrace();
+                       LOGGER.error("Exception Occured"+e);
                }
        }