Skip to content

Commit

Permalink
Updated error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcross authored Dec 11, 2024
1 parent 7b72bec commit 9b78822
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Runnable createRunnable(Modules modules, Workspace workspace, Exporter exporter,

MIA.log.writeError(
"Failed for file " + file.getName() + ", series " + seriesNumber + " (" + memoryMessage + ")");
t.printStackTrace();
MIA.log.writeError(t);

workspace.clearAllImages(true);
workspace.clearAllObjects(true);
Expand Down Expand Up @@ -413,4 +413,4 @@ String getSeriesName() {
int getFileDepth() {
return fileDepth;
}
}
}

0 comments on commit 9b78822

Please sign in to comment.