diff pkg/imports/sr.go @ 5430:aa199f280f64 marking-single-beam

Cosmetics in logging.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 11 Jul 2021 16:24:20 +0200
parents 02a5da2f03b4
children e00b3296fc02
line wrap: on
line diff
--- a/pkg/imports/sr.go	Sun Jul 11 15:07:18 2021 +0200
+++ b/pkg/imports/sr.go	Sun Jul 11 16:24:20 2021 +0200
@@ -650,7 +650,7 @@
 				mesh.IntersectionOutSide
 		})
 		feedback.Info("Clipping took %v.", time.Since(start))
-		feedback.Info("Number of points to clip %d.", before-len(xyz))
+		feedback.Info("Number of points to clip: %d.", before-len(xyz))
 	}
 
 	start = time.Now()