Fix log message.
[lightning.git] / 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) {