diff --git a/main.go b/main.go index c670f14..b0e2652 100644 --- a/main.go +++ b/main.go @@ -73,7 +73,7 @@ func main() { func worker(importer *repositories.Importer, stopCh <-chan struct{}, updatePeriod time.Duration) { ticker := time.NewTicker(updatePeriod) defer ticker.Stop() - + log.Printf("Updater worker Started") for { select { case <-stopCh: