driveTxPriorityQueue(): enrich logging message

Change-Id: If25c2171f7d1ab98d65f0dbf93d0d8a5a635caf7
This commit is contained in:
Vadim Yanitskiy 2019-07-16 00:02:56 +07:00 committed by Pau Espin Pedrol
parent dd571c6db1
commit 56c5f2959b
1 changed files with 3 additions and 1 deletions

View File

@ -955,7 +955,9 @@ bool Transceiver::driveTxPriorityQueue(size_t chan)
return false;
}
LOG(DEBUG) << "rcvd. burst at: " << GSM::Time(fn, chdr->tn);
LOG(DEBUG) << "Rx TRXD message (hdr_ver=" << chdr->version << "): "
<< "fn=" << fn << ", tn=" << chdr->tn << ", "
<< "burst_len=" << burstLen;
int RSSI = (int) buffer[5];
BitVector newBurst(burstLen);