Clarified role of bootstrapper process in stdout msgs

This commit is contained in:
Mike Goelzer 2018-10-18 11:51:52 -07:00
parent e2a5b30305
commit 2c232a606c
No known key found for this signature in database
GPG Key ID: EDAC46A37751AD6D

View File

@ -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 {