updater: Log fetch completion

This commit is contained in:
Nick Platt 2017-04-25 15:50:51 +00:00
parent 558661e44b
commit edfadc2f87

View File

@ -226,6 +226,7 @@ func fetch(datastore database.Datastore) (bool, []database.Vulnerability, map[st
}
responseC <- &response
log.Infof("finished fetching %s", name)
}(n, u)
}