Skip to content

Commit

Permalink
fixing typo #22
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 6, 2023
1 parent 1d899b7 commit 44c1cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/netimport/NIImporter_DlrNavteq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ NIImporter_DlrNavteq::NodesHandler::report(const std::string& result) {
if (!myNodeCont.insert(n)) {
delete n;
if (OptionsCont::getOptions().getBool("ignore-errors")) {
WRITE_WARNINGF(TL("Could not add node '%'"), id);
WRITE_WARNINGF(TL("Could not add node '%'."), id);
} else {
throw ProcessError(TLF("Could not add node '%'.", id));
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Warning: Could not add add node '4'
Warning: Could not add node '4'.
Warning: Speed of turning connection '3_0->-2_0' reduced by 37.13 due to turning radius of 9.73 (length=11.70, angle=90.10).
Warning: Speed of turning connection '3_1->-1_2' reduced by 34.08 due to turning radius of 19.51 (length=24.54, angle=90.13).
Warning: Speed of turning connection '1_0->-3_0' reduced by 49.05 due to turning radius of 7.69 (length=9.03, angle=90.13).
Expand Down

0 comments on commit 44c1cf7

Please sign in to comment.