Skip to content

Commit

Permalink
log dataset updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Russell committed May 31, 2019
1 parent ad7924f commit ef09f4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func (bldr *listBuilder) update() error {

var errV4, errV6, errG2, errAsnV4, errAsnV6 error

log.Println("Updating dataset directory")
wg := sync.WaitGroup{}
wg.Add(5)
go func() {
Expand All @@ -154,6 +155,8 @@ func (bldr *listBuilder) update() error {
}()
wg.Wait()

log.Println("Dataset update complete.")

if errV4 != nil {
return errV4
}
Expand Down

0 comments on commit ef09f4e

Please sign in to comment.