From ecb07198a8117de49fee1927c6486b9160747d27 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 11 Mar 2019 14:53:48 -0700 Subject: [PATCH] don't need streamid in silent frame message --- QnetDVAP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetDVAP.cpp b/QnetDVAP.cpp index 1cfbaa4..d7dd002 100644 --- a/QnetDVAP.cpp +++ b/QnetDVAP.cpp @@ -478,7 +478,7 @@ static void ReadFromGateway() } else { // inactive too long if (space == 127) { if (LOG_DEBUG) - fprintf(stderr, "sending silent frame where: len=%d, inactive=%d, streamid=%04x\n", len, inactive, ntohs(streamid)); + fprintf(stderr, "sending silent frame where: len=%d, inactive=%d\n", len, inactive); if (seq_no == 0) { silence[9] = 0x55; silence[10] = 0x2d;