mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Cosmetic changes
This commit is contained in:
@@ -101,7 +101,7 @@ void PlutoSDROutputThread::run()
|
||||
|
||||
if (nbytes_tx != 4*m_blockSizeSamples)
|
||||
{
|
||||
qDebug("PlutoSDROutputThread::run: error pushing buf %d / %d\n", (int) nbytes_tx, (int) 4*m_blockSizeSamples);
|
||||
qDebug("PlutoSDROutputThread::run: error pushing buf %d / %d", (int) nbytes_tx, (int) 4*m_blockSizeSamples);
|
||||
usleep(200000);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user