Skip to content

Commit ea85daf

Browse files
committed
minor log msg change for landmarks
1 parent d29555a commit ea85daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/graphhopper/routing/lm/PrepareLandmarks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void doSpecificWork() {
130130
lms.createLandmarks();
131131
lms.flush();
132132

133-
LOGGER.info("Calculating landmarks for " + (lms.getSubnetworksWithLandmarks() - 1) + " subnetworks took:" + sw.stop().getSeconds() + " => "
133+
LOGGER.info("Calculated landmarks for " + (lms.getSubnetworksWithLandmarks() - 1) + " subnetworks, took:" + sw.stop().getSeconds() + " => "
134134
+ lms.getLandmarksAsGeoJSON() + ", stored weights:" + lms.getLandmarkCount()
135135
+ ", nodes:" + graph.getNodes() + ", " + Helper.getMemInfo());
136136
}

0 commit comments

Comments
 (0)