1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Cosmetic changes

This commit is contained in:
f4exb
2018-08-16 19:04:23 +02:00
parent ac4b016ee7
commit d978c42b6e
4 changed files with 4 additions and 4 deletions
@@ -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;
}