changeset 4953:dd83c2dfffc9 fairway-marks-import

Re-add missing quotation mark
author Tom Gottfried <tom@intevation.de>
date Tue, 25 Feb 2020 15:09:04 +0100
parents 73652819c56e
children 331a59ebaf54
files pkg/imports/pointwfs.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/pointwfs.go	Tue Feb 25 13:41:48 2020 +0100
+++ b/pkg/imports/pointwfs.go	Tue Feb 25 15:09:04 2020 +0100
@@ -108,7 +108,7 @@
 		return nil, fmt.Errorf("unknown feature type '%s'", pwj.FeatureType)
 	}
 
-	feedback.Info("Found feature type '%s", pwj.FeatureType)
+	feedback.Info("Found feature type '%s'", pwj.FeatureType)
 
 	epsg, err := wfs.CRSToEPSG(ft.DefaultCRS)
 	if err != nil {