debugging message

pull/14/head
Tom Early 6 years ago
parent 3dfe3e3a75
commit 67743e7a91

@ -987,6 +987,10 @@ void CQnetGateway::ProcessIncomingSD(const SDSVT &dsvt)
static_cast<unsigned char>(dsvt.vasd.text[2] ^ 0x93u) static_cast<unsigned char>(dsvt.vasd.text[2] ^ 0x93u)
}; // unscramble }; // unscramble
char X[4] = { 0 };
memcpy (X, c, 3);
printf("SD = %s\n", X);
if (sd.first) { if (sd.first) {
// this is the first of a two voice-packet pair // this is the first of a two voice-packet pair
// get the "size" and type from the first byte // get the "size" and type from the first byte

Loading…
Cancel
Save

Powered by TurnKey Linux.