changeset 5024:36a3dce20232

Amend import log Currently, we cannot distinguish both cases since both just end up in INSERTing no row.
author Tom Gottfried <tom@intevation.de>
date Mon, 16 Mar 2020 17:11:53 +0100
parents 776db50c01f0
children 4c658a8f34da 89834f645de3
files pkg/imports/fd.go
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/fd.go	Mon Mar 16 16:48:17 2020 +0100
+++ b/pkg/imports/fd.go	Mon Mar 16 17:11:53 2020 +0100
@@ -355,7 +355,9 @@
 	}
 
 	if outside > 0 {
-		feedback.Info("Features outside responsibility area: %d", outside)
+		feedback.Info(
+			"Features outside responsibility area or no valid polygon: %d",
+			outside)
 	}
 
 	if features == 0 {