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

debug message

This commit is contained in:
f4exb
2015-10-03 22:31:46 +02:00
parent 3e74c45622
commit f9913c7875
2 changed files with 5 additions and 2 deletions
@@ -23,6 +23,7 @@
#include "rtlsdrgui.h"
#include "dsp/dspcommands.h"
#include "dsp/dspengine.h"
#include "util/prettyprint.h"
MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgConfigureRTLSDR, Message)
MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgReportRTLSDR, Message)
@@ -47,6 +48,8 @@ bool RTLSDRInput::init(const Message& message)
bool RTLSDRInput::start(int device)
{
qDebug("%sRTLSDRInput::start: device: %d%s", qPrintable(EscapeColors::red), device, qPrintable(EscapeColors::terminator));
QMutexLocker mutexLocker(&m_mutex);
if (m_dev != 0)