# HG changeset patch # User Sascha Wilde # Date 1562319291 -7200 # Node ID aa7bede70b9680958dc3e2984e22eea14cdb399b # Parent 33180c25bd87c1b3e9cd60b3a9b45ed4134b8917 Added range info to BN import log. diff -r 33180c25bd87 -r aa7bede70b96 pkg/imports/bn.go --- a/pkg/imports/bn.go Thu Jul 04 17:21:21 2019 +0200 +++ b/pkg/imports/bn.go Fri Jul 05 11:34:51 2019 +0200 @@ -519,6 +519,10 @@ return nil } + // Additional Information, only of interest when we change something, so + // it can be used for debugging if something goes wrong... + feedback.Info("Range: from %s to %s", bn.From_ISRS, bn.To_ISRS) + // Check if an bottleneck with the same identity // (bottleneck_id,validity) already exists: // Check if an bottleneck identical to the one we would insert already