From 8d98abe2102185dbf33330a96d674e9be5aa0ccf Mon Sep 17 00:00:00 2001 From: tstellanova Date: Tue, 6 Aug 2013 07:54:25 -0700 Subject: [PATCH] fix debug str --- src/ui/QGCParamWidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/QGCParamWidget.cc b/src/ui/QGCParamWidget.cc index 07c948457b..95b58eadd1 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; } -- GitLab