changeset 4134:9864d682ab47

bn-import: Downgraded info on missing validity from Warning to Info. The validity is optional in the upstream data and currently only available in AT. As warnings this was cluttering the log, therefor the downgrade to regular "Info".
author Sascha Wilde <wilde@intevation.de>
date Thu, 01 Aug 2019 19:27:30 +0200
parents eb08fbe33074
children be34d02cff73
files pkg/imports/bn.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/bn.go	Thu Aug 01 19:21:43 2019 +0200
+++ b/pkg/imports/bn.go	Thu Aug 01 19:27:30 2019 +0200
@@ -369,7 +369,7 @@
 		//
 		// Never the less, the current solution "just works" for the
 		// time being and reflects the upstream systems...  --  sw
-		feedback.Warn("No validity information, assuming infinite validity.")
+		feedback.Info("No validity information, assuming infinite validity.")
 		tfrom.Set(time.Date(1970, time.January, 1, 0, 0, 0, 0, time.UTC))
 		uBound = pgtype.Unbounded
 	} else {