cosmetic: Don't call the SDR "USRP" in error message

Transceiver.cpp is used for all SDR hardware we support, not just USRP.

Change-Id: I9b7ddb0d679f111407704048ef3ddd964db49441
This commit is contained in:
Harald Welte 2019-01-11 22:41:32 +01:00
parent f97d75b355
commit 77e18352fb
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ void Transceiver::pushRadioVector(GSM::Time &nowTime)
state = &mStates[i];
while ((burst = mTxPriorityQueues[i].getStaleBurst(nowTime))) {
LOG(NOTICE) << "chan " << i << " dumping STALE burst in TRX->USRP interface ("
LOG(NOTICE) << "chan " << i << " dumping STALE burst in TRX->SDR interface ("
<< burst->getTime() <<" vs " << nowTime << "), retrans=" << state->mRetrans;
if (state->mRetrans)
updateFillerTable(i, burst);