Skip to content

Commit

Permalink
Updated language to capture what is really the issue here
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Oct 1, 2024
1 parent b07b1ec commit ad26446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public Map<String, Message> mapMessageByControlId(List<HL7FileStream> files) {
}
}
} catch (IOException e) {
logger.logError("An error occurred while reading the file", e);
logger.logError("An error occurred while constructing the DefaultHapiContext", e);
}

return messageMap;
Expand Down

0 comments on commit ad26446

Please sign in to comment.