1
0
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:
Hexameron
2014-05-21 11:27:55 +01:00
parent 280346e39b
commit 1361e55f47
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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) {