connect message display monitor status

This commit is contained in:
blackbeard420 2025-03-03 20:28:26 -05:00
parent 0fc25eb941
commit 6d8815a0c3

View File

@ -58,7 +58,7 @@ func main() {
}
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()
defer netmutex.Unlock()