Skip to content

Commit

Permalink
Improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tomachalek committed Nov 1, 2022
1 parent 6141f49 commit a5c5094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ictools.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func runImport(args calignArgs) {
fixgaps.FromChan(ch1, true, s1Size, s2Size, func(item mapping.Mapping, err *fixgaps.FixGapsError) {
if err != nil {
log.Print("ERROR: ", err)
log.Printf("INFO: original struct idents are: item: [%s, %s -- %s, %s], reached positions: [%s, %s]",
log.Printf("INFO: original structure identifiers are: item: [%s, %s -- %s, %s], reached positions: [%s, %s]",
corps.attr1.ID2Str(err.Item.From.First), corps.attr1.ID2Str(err.Item.From.Last),
corps.attr2.ID2Str(err.Item.To.First), corps.attr2.ID2Str(err.Item.To.Last),
corps.attr1.ID2Str(err.Left), corps.attr2.ID2Str(err.Pivot))
Expand Down

0 comments on commit a5c5094

Please sign in to comment.