1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Airspy: cosmetic changes

This commit is contained in:
f4exb
2018-01-11 00:17:06 +01:00
parent 7dfa9cb907
commit dd12338635
5 changed files with 17 additions and 18 deletions
+3 -3
View File
@@ -84,7 +84,7 @@ void AirspyThread::run()
if (rc != AIRSPY_SUCCESS)
{
qCritical("AirspyInput::run: failed to start Airspy Rx: %s", airspy_error_name(rc));
qCritical("AirspyThread::run: failed to start Airspy Rx: %s", airspy_error_name(rc));
}
else
{
@@ -98,11 +98,11 @@ void AirspyThread::run()
if (rc == AIRSPY_SUCCESS)
{
qDebug("AirspyInput::run: stopped Airspy Rx");
qDebug("AirspyThread::run: stopped Airspy Rx");
}
else
{
qDebug("AirspyInput::run: failed to stop Airspy Rx: %s", airspy_error_name(rc));
qDebug("AirspyThread::run: failed to stop Airspy Rx: %s", airspy_error_name(rc));
}
m_running = false;