@@ 135,6 135,7 @@ func bootstrap() {
wg.Wait()
if masterID == "" { // we are the master
+ Logger.Info("waiting for incoming streams...")
h.SetStreamHandler(ProtocolID, masterStreamHandler)
} else { // we are a slave
Logger.Info("attempting to open stream with master peer...")