# HG changeset patch # User Sascha L. Teichmann # Date 1550139693 -3600 # Node ID c5bbe2409a52ac33ddf069cc80d694b1713d07a2 # Parent 531e776cb81dad8c75483cb3cdb6e00c76c268ed Stretch import: Call Stringer for ISRS codes directly when logging range. diff -r 531e776cb81d -r c5bbe2409a52 pkg/imports/st.go --- a/pkg/imports/st.go Thu Feb 14 10:35:32 2019 +0100 +++ b/pkg/imports/st.go Thu Feb 14 11:21:33 2019 +0100 @@ -170,7 +170,7 @@ nobjnm = sql.NullString{String: *st.NObjNam, Valid: true} } - feedback.Info("Stretch from %s to %s.", st.From, st.To) + feedback.Info("Stretch from %s to %s.", st.From.String(), st.To.String()) var id int64 if err := tx.QueryRowContext(