We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29555a commit ea85dafCopy full SHA for ea85daf
core/src/main/java/com/graphhopper/routing/lm/PrepareLandmarks.java
@@ -130,7 +130,7 @@ public void doSpecificWork() {
130
lms.createLandmarks();
131
lms.flush();
132
133
- LOGGER.info("Calculating landmarks for " + (lms.getSubnetworksWithLandmarks() - 1) + " subnetworks took:" + sw.stop().getSeconds() + " => "
+ LOGGER.info("Calculated landmarks for " + (lms.getSubnetworksWithLandmarks() - 1) + " subnetworks, took:" + sw.stop().getSeconds() + " => "
134
+ lms.getLandmarksAsGeoJSON() + ", stored weights:" + lms.getLandmarkCount()
135
+ ", nodes:" + graph.getNodes() + ", " + Helper.getMemInfo());
136
}
0 commit comments