Merge branch 'nsink' of git.dynatron.me:amigan/stillbox into nsink
This commit is contained in:
commit
962ce282f7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue