Skip to content

Commit

Permalink
Fix typo in monitor log message
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 authored Nov 1, 2023
1 parent 4d89564 commit 19cd6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func fetchTimemap(urir string, arch *Archive, tmCh chan *list.List, wg *sync.Wai
}
lnks = string(body)
}
benchmarker(arch.ID, "timemapfetch", fmt.Sprintf("TimeMap fethched from %s", arch.Name), start, sess)
benchmarker(arch.ID, "timemapfetch", fmt.Sprintf("TimeMap fetched from %s", arch.Name), start, sess)
start = time.Now()
lnkrcvd := make(chan string, 1)
lnksplt := make(chan string, 128)
Expand Down

0 comments on commit 19cd6c2

Please sign in to comment.