diff --git a/src/ui/QGCParamWidget.cc b/src/ui/QGCParamWidget.cc index 07c9484..95b58ea 100644 --- a/src/ui/QGCParamWidget.cc +++ b/src/ui/QGCParamWidget.cc @@ -168,7 +168,7 @@ void QGCParamWidget::loadSettings() void QGCParamWidget::setParamInfo(const QMap& paramInfo) { if (paramInfo.isEmpty()) { - qDebug() << << __FILE__ << ":" << __LINE__ << "setParamInfo with empty"; + qDebug() << __FILE__ << ":" << __LINE__ << "setParamInfo with empty"; } paramToolTips = paramInfo; }