Skip to content

Commit

Permalink
Log warning when there are problems to read bounds file
Browse files Browse the repository at this point in the history
Signed-off-by: Hernan Ponce de Leon <[email protected]>
  • Loading branch information
hernanponcedeleon committed Oct 26, 2024
1 parent bf1d312 commit cc4c408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private Map<Function, Map<CondJump, Integer>> loadLoopBoundsMapFromFile(Program
.put(loopJump, bound);
}
} catch (IOException e) {
// Nothing to be done, filePath is guaranteed to exists when the FileReader is called.
logger.warn("Failed to read bounds file: {}", e.getLocalizedMessage());
}

return loopBoundsMapPerFunction;
Expand Down

0 comments on commit cc4c408

Please sign in to comment.