connect message display monitor status
This commit is contained in:
parent
0fc25eb941
commit
6d8815a0c3
2
relay.go
2
relay.go
@ -58,7 +58,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func initRelay(n *Network) {
|
func initRelay(n *Network) {
|
||||||
log.Printf("Connecting to [%s] %s\n", n.Name, n.Channel)
|
log.Printf("Connecting to [%s] %s = Monitor Mode: %t", n.Name, n.Channel, n.Monitor)
|
||||||
|
|
||||||
netmutex.Lock()
|
netmutex.Lock()
|
||||||
defer netmutex.Unlock()
|
defer netmutex.Unlock()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user