mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
prettier logs
This commit is contained in:
@@ -39,7 +39,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if count == 0 {
|
if count == 0 {
|
||||||
log.Println("initialize from empty database")
|
log.Println("initialize from empty database...")
|
||||||
|
|
||||||
nodes := make([]graph.ID, len(config.InitPubkeys))
|
nodes := make([]graph.ID, len(config.InitPubkeys))
|
||||||
for i, pk := range config.InitPubkeys {
|
for i, pk := range config.InitPubkeys {
|
||||||
|
|||||||
Reference in New Issue
Block a user