Clarified role of bootstrapper process in stdout msgs

master
Mike Goelzer 6 years ago
parent e2a5b30305
commit 2c232a606c
No known key found for this signature in database
GPG Key ID: EDAC46A37751AD6D

@ -166,7 +166,7 @@ func main() {
},
})
if bBootstrap {
fmt.Println("Bootstrapper running. Ctrl+C to exit.")
fmt.Println("Bootstrapper running.\nDHT running.\nCtrl+C to exit and destroy DHT.")
for true {
}
} else {

Loading…
Cancel
Save