Skip to content

Commit

Permalink
Clarify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher committed Jun 19, 2024
1 parent 6ab291f commit c152097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private LegacyPortalStorageLoader() {
}
reader.close();
if(!invalidPortals.isEmpty()){
final StringBuilder stringBuilder = new StringBuilder("Could not load the following gate formats:");
final StringBuilder stringBuilder = new StringBuilder("Could not load the following portals:");
invalidPortals.forEach(globalPortalId -> {
stringBuilder.append("\n");
stringBuilder.append(globalPortalId.toString());
Expand Down

0 comments on commit c152097

Please sign in to comment.