Fix log message.
authorTom Clegg <tom@tomclegg.ca>
Mon, 12 Oct 2020 13:48:33 +0000 (09:48 -0400)
committerTom Clegg <tom@tomclegg.ca>
Mon, 12 Oct 2020 13:48:33 +0000 (09:48 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

import.go

index 57596fbb07fb96b951ead13f41697e5f565e13d2..860ac3eb7af691a2dc750815e4bf89cee1b7b566 100644 (file)
--- a/import.go
+++ b/import.go
@@ -307,7 +307,7 @@ func (cmd *importer) tileInputs(tilelib *tileLibrary, infiles []string) error {
                                tseqs, err := cmd.tileFasta(tilelib, infile2)
                                var kept, dropped int
                                variants[1], kept, dropped = tseqs.Variants()
-                               log.Printf("%s found %d unique tags plus %d repeats", infile, kept, dropped)
+                               log.Printf("%s found %d unique tags plus %d repeats", infile2, kept, dropped)
                                return err
                        }
                } else if fastaFilenameRe.MatchString(infile) {