From 48c59c8bff354eae4a6282690d24955b1daae9df Mon Sep 17 00:00:00 2001 From: pippellia-btc Date: Fri, 12 Sep 2025 16:51:56 +0200 Subject: [PATCH] better prints --- cmd/sync/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {