update dockers base version to 1.4.0
[sdc.git] / asdctool / src / main / java / org / openecomp / sdc / asdctool / migration / tasks / handlers / XlsOutputHandler.java
index 91eaed5..0ce03b1 100644 (file)
@@ -57,8 +57,7 @@ public class XlsOutputHandler implements OutputHandler {
                        workbook.write(new FileOutputStream(fileName));
                        return true;
                } catch (Exception e) {
-                       LOGGER.error("Failed to write an output file upon  Upgrade migration 1710. Exception {} occured. ", e.getMessage());
-                       e.printStackTrace();
+                       LOGGER.error("Failed to write an output file upon  Upgrade migration 1710. Exception {} occured. ", e);
                        return false;
                }
        }