changeset 4879:783d0bec86d3

Add missing quotation marks
author Tom Gottfried <tom@intevation.de>
date Wed, 29 Jan 2020 14:03:57 +0100
parents 3fc3f1ed8531
children ed0de319d09a
files pkg/imports/wa.go pkg/imports/wp.go pkg/imports/wx.go
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/wa.go	Mon Jan 27 15:49:55 2020 +0100
+++ b/pkg/imports/wa.go	Wed Jan 29 14:03:57 2020 +0100
@@ -137,7 +137,7 @@
 		return nil, fmt.Errorf("unknown feature type '%s'", wa.FeatureType)
 	}
 
-	feedback.Info("Found feature type '%s", wa.FeatureType)
+	feedback.Info("Found feature type '%s'", wa.FeatureType)
 
 	epsg, err := wfs.CRSToEPSG(ft.DefaultCRS)
 	if err != nil {
--- a/pkg/imports/wp.go	Mon Jan 27 15:49:55 2020 +0100
+++ b/pkg/imports/wp.go	Wed Jan 29 14:03:57 2020 +0100
@@ -219,7 +219,7 @@
 		return fmt.Errorf("unknown feature type '%s'", wp.FeatureType)
 	}
 
-	feedback.Info("Found feature type '%s", wp.FeatureType)
+	feedback.Info("Found feature type '%s'", wp.FeatureType)
 
 	epsg, err := wfs.CRSToEPSG(ft.DefaultCRS)
 	if err != nil {
--- a/pkg/imports/wx.go	Mon Jan 27 15:49:55 2020 +0100
+++ b/pkg/imports/wx.go	Wed Jan 29 14:03:57 2020 +0100
@@ -138,7 +138,7 @@
 		return nil, fmt.Errorf("unknown feature type '%s'", wx.FeatureType)
 	}
 
-	feedback.Info("Found feature type '%s", wx.FeatureType)
+	feedback.Info("Found feature type '%s'", wx.FeatureType)
 
 	epsg, err := wfs.CRSToEPSG(ft.DefaultCRS)
 	if err != nil {