diff pkg/imports/sr.go @ 4639:4380f5483c03

Log the size of the transferred WKB to database for differences, too.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 11 Oct 2019 20:00:06 +0200
parents 0ed1489af8b6
children fb09a43b062e
line wrap: on
line diff
--- a/pkg/imports/sr.go	Fri Oct 11 16:14:30 2019 +0200
+++ b/pkg/imports/sr.go	Fri Oct 11 20:00:06 2019 +0200
@@ -928,7 +928,7 @@
 		}
 	}
 
-	feedback.Info("Transfered WKB size: %.2fMB.",
+	feedback.Info("Transferred WKB size: %.2fMB.",
 		float64(size)/(1024*1024))
 
 	return nil