Skip to content

Commit

Permalink
refactor(JdbcGtfsExporter.java): Added additional logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
br648 committed Oct 10, 2023
1 parent 026599b commit 10307d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/conveyal/gtfs/loader/JdbcGtfsExporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,10 @@ public FeedLoadResult exportTables() {
*/
private void exportProprietaryFiles(FeedLoadResult result) {
if (publishProprietaryFiles) {
LOG.info("Exporting proprietary files.");
result.patterns = export(Table.PATTERNS, connection);
} else {
LOG.info("Proprietary files not exported.");
}
}

Expand Down

0 comments on commit 10307d4

Please sign in to comment.