Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shenwei356/taxonkit
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Nov 1, 2024
2 parents d17e583 + e1a3635 commit f932f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taxonkit/cmd/util-basic-data.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func loadData(config Config, loadTree bool, recordRank bool) (
wg.Add(1)
go func() {
if config.Verbose {
log.Infof("parsing delnodes file: %s", config.NamesFile)
log.Infof("parsing delnodes file: %s", config.DelNodesFile)
}
delnodes = getDelnodesMap(config.DelNodesFile)
if config.Verbose {
Expand All @@ -90,7 +90,7 @@ func loadData(config Config, loadTree bool, recordRank bool) (
wg.Add(1)
go func() {
if config.Verbose {
log.Infof("parsing merged file: %s", config.NamesFile)
log.Infof("parsing merged file: %s", config.MergedFile)
}
merged = getMergedNodesMap(config.MergedFile)
if config.Verbose {
Expand Down

0 comments on commit f932f6c

Please sign in to comment.