diff --git a/cmd/sync/main.go b/cmd/sync/main.go index 9b1b091..84e65a7 100644 --- a/cmd/sync/main.go +++ b/cmd/sync/main.go @@ -29,8 +29,8 @@ func main() { defer cancel() go pipe.HandleSignals(cancel) - log.Printf("--------- starting up the crawler --------") - defer log.Printf("-----------------------------------------") + log.Printf("--------- starting up the sync process --------") + defer log.Printf("------------------------------------------------") config, err := config.Load() if err != nil {