Skip to content

Commit

Permalink
fixing format string #22
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 8, 2025
1 parent 4a89ad6 commit 6ebc2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microsim/transportables/MSPModel_JuPedSim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ MSPModel_JuPedSim::add(MSTransportable* person, MSStageMoving* stage, SUMOTime n
waitingStage = myCrossingWaits[crossing].second;
}
} else {
throw ProcessError(TLF("No waiting set for crossing at %.", person->getID(), person->getEdge()->getID(), time2string(SIMSTEP)));
throw ProcessError(TLF("No waiting set for crossing at %.", ce->getID()));
}
}
}
Expand Down

0 comments on commit 6ebc2a4

Please sign in to comment.