mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Restore some logging.
This commit is contained in:
@@ -108,7 +108,7 @@ bool RTLSDRInput::startInput(int device)
|
||||
qCritical("error accessing USB device");
|
||||
goto failed;
|
||||
}
|
||||
qDebug("RTLSDRInput open: %s %s, SN: %s", vendor, product, serial);
|
||||
qWarning("RTLSDRInput open: %s %s, SN: %s", vendor, product, serial);
|
||||
m_deviceDescription = QString("%1 (SN %2)").arg(product).arg(serial);
|
||||
|
||||
if((res = rtlsdr_set_sample_rate(m_dev, 1536000)) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user