Merge branch 'nsink' of git.dynatron.me:amigan/stillbox into nsink

This commit is contained in:
Daniel Ponte 2024-08-04 20:46:00 -04:00
commit 962ce282f7

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: