diff pkg/imports/sr.go @ 4763:d786c37b02c0

Fixed a formatting mistake.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 19 Oct 2019 19:12:18 +0200
parents c93c8a837af8
children a2f16bbcc846
line wrap: on
line diff
--- a/pkg/imports/sr.go	Sat Oct 19 18:34:17 2019 +0200
+++ b/pkg/imports/sr.go	Sat Oct 19 19:12:18 2019 +0200
@@ -520,7 +520,7 @@
 
 		numPoints := int(math.Ceil(polygonArea * pointsPerSquareMeter))
 
-		feedback.Info("Generate %d random points for an average density of ~%d points/m².",
+		feedback.Info("Generate %d random points for an average density of ~%.2f points/m².",
 			numPoints, pointsPerSquareMeter)
 
 		start = time.Now()