From edfadc2f870776a14feaa46da35bceab5b0f9c74 Mon Sep 17 00:00:00 2001 From: Nick Platt Date: Tue, 25 Apr 2017 15:50:51 +0000 Subject: [PATCH] updater: Log fetch completion --- updater.go | 1 + 1 file changed, 1 insertion(+) diff --git a/updater.go b/updater.go index a404dceb..523bad13 100644 --- a/updater.go +++ b/updater.go @@ -226,6 +226,7 @@ func fetch(datastore database.Datastore) (bool, []database.Vulnerability, map[st } responseC <- &response + log.Infof("finished fetching %s", name) }(n, u) }