Skip to content

Commit

Permalink
ref: better output message
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Oct 15, 2024
1 parent 2b96230 commit 77841f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void resetPathway(final Point point) {
.getPathwayByLastPoint(pathwayToReset.getLastPoint());
if (pw == null) {
OpenSignalsMain.getLogger()
.error("PW to block is zero! This should't be the case!");
.error("PW to reset is zero! This should't be the case!");
return;
}
otherGrid.resetPathway(pw.getFirstPoint());
Expand Down

0 comments on commit 77841f6

Please sign in to comment.