mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
better prints
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user