Skip to content

Commit

Permalink
...and for more extra piece of info in the logs for #4005.
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Jul 27, 2017
1 parent eb43080 commit 052d6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ private void fixMissingOriginalType(long fileId) {

}
} catch (Exception ex) {
logger.warning("Exception "+ex.getClass()+" caught trying to open DataFileIO channel for the saved original (datafile id=" + fileId + ", datatable id=" + datatableId + ")");
logger.warning("Exception "+ex.getClass()+" caught trying to open DataFileIO channel for the saved original; (datafile id=" + fileId + ", datatable id=" + datatableId + "): " + ex.getMessage());
savedOriginalFile = null;
}

Expand Down

0 comments on commit 052d6d7

Please sign in to comment.