From 2c232a606ca3e353fdeee2ea800945d4f2568e66 Mon Sep 17 00:00:00 2001 From: Mike Goelzer Date: Thu, 18 Oct 2018 11:51:52 -0700 Subject: [PATCH] Clarified role of bootstrapper process in stdout msgs --- pubsub/pubsub-interop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/pubsub-interop.go b/pubsub/pubsub-interop.go index eb5013a..7a44390 100644 --- a/pubsub/pubsub-interop.go +++ b/pubsub/pubsub-interop.go @@ -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 {