Skip to content

Commit

Permalink
log exception from JFRModel
Browse files Browse the repository at this point in the history
(cherry picked from commit c2d8827)
  • Loading branch information
thurka committed Oct 3, 2022
1 parent f488a0a commit d05535f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void run() {

return JFRModel.OOME;
} catch (Exception e) {
LOGGER.log(Level.INFO, "Could not load JFR snapshot (" + id + "): " + file); // NOI18N
LOGGER.log(Level.INFO, "Could not load JFR snapshot (" + id + "): " + file, e); // NOI18N
}
}

Expand Down

0 comments on commit d05535f

Please sign in to comment.