This commit is contained in:
Daniel 2024-08-04 20:40:07 -04:00
parent 0eb2fdd293
commit 2beaaf69a0

View file

@ -100,7 +100,7 @@ func main() {
switch v := m.ToClientMessage.(type) {
case *pb.Message_Call:
log.Printf("%#v", v)
log.Printf("call tg %d", v.Call.Talkgroup)
case *pb.Message_Notification:
log.Println(v.Notification.Msg)
default: