1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-01 16:38:06 -04:00

LimeSDR input: less verbose debug on input message handling

This commit is contained in:
f4exb
2017-09-18 01:16:44 +02:00
parent 116c5438e1
commit 9fd807b90d
2 changed files with 3 additions and 2 deletions
@@ -154,6 +154,7 @@ bool LimeSDROutputGUI::handleMessage(const Message& message)
}
else if (DeviceLimeSDRShared::MsgCrossReportToBuddy::match(message))
{
qDebug("LimeSDROutputGUI::handleMessagesToGUI: message: %s", message.getIdentifier());
DeviceLimeSDRShared::MsgCrossReportToBuddy& report = (DeviceLimeSDRShared::MsgCrossReportToBuddy&) message;
m_settings.m_devSampleRate = report.getSampleRate();