diff options
| author | Rutger Broekhoff | 2026-08-30 14:52:18 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-08-30 14:52:18 +0200 |
| commit | d6d21a9c7c5acbe5b37daa9f6307d8498bc1a97b (patch) | |
| tree | e516a61db2957e73908fad9bbd1f707883c43348 /server/src/main.cpp | |
| parent | 11e9e77cf822c5eb1563b854a15ad61c55f0ff45 (diff) | |
| download | routemon-d6d21a9c7c5acbe5b37daa9f6307d8498bc1a97b.tar.gz routemon-d6d21a9c7c5acbe5b37daa9f6307d8498bc1a97b.zip | |
Buffer situation line segments when indexing
Diffstat (limited to 'server/src/main.cpp')
| -rw-r--r-- | server/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp index b0a9938..99f19da 100644 --- a/server/src/main.cpp +++ b/server/src/main.cpp | |||
| @@ -84,7 +84,7 @@ auto real_main(std::span<char const*> args) -> exit_status | |||
| 84 | { | 84 | { |
| 85 | auto const& warns = d2loader.warnings(); | 85 | auto const& warns = d2loader.warnings(); |
| 86 | l.warn( | 86 | l.warn( |
| 87 | "Encountered {} unique warnings while loading DATEX II situations " | 87 | "Encountered {} unique warning(s) while loading DATEX II situations " |
| 88 | "publication", | 88 | "publication", |
| 89 | warns.size()); | 89 | warns.size()); |
| 90 | auto i = 0uz; | 90 | auto i = 0uz; |