Catalog alignment
[sdc.git] / asdctool / src / main / java / org / openecomp / sdc / asdctool / migration / tasks / handlers / XlsOutputHandler.java
index d51271b..758589c 100644 (file)
@@ -82,7 +82,7 @@ public class XlsOutputHandler implements OutputHandler {
                        file.close();
                        return true;
                } catch (Exception e) {
-                       log.debug("#writeOutputAndCloseFile - Failed to write an output file. ", e);
+                       log.debug("#writeOutputAndCloseFile - Failed to write an output file. The {} exception occurred. ", e.getMessage());
                        return false;
                }
        }