changeset 4776:0feddad5bb6d

Fixed another formatting oversight.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 21 Oct 2019 12:51:23 +0200
parents 391cc6291ea4
children 702f06d827a8
files pkg/imports/sr.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/sr.go	Mon Oct 21 12:41:05 2019 +0200
+++ b/pkg/imports/sr.go	Mon Oct 21 12:51:23 2019 +0200
@@ -501,7 +501,7 @@
 		feedback.Info("Original point density: %.2f points/m²", origDensity)
 
 		if origDensity > multiBeamThreshold {
-			feedback.Warn("The density is greater than %.2f points/m².")
+			feedback.Warn("The density is greater than %.2f points/m².", multiBeamThreshold)
 			feedback.Warn("It is assumed that the data is already interpolated.")
 			goto multibeam
 		}