From fb26f6b0fa1a9a04e121d524f64c9dcf694fb47a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 25 Sep 2019 09:37:22 -0700 Subject: Avoid duplicate debug output from GPS module Signed-off-by: Dirk Hohndel --- core/gpslocation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/gpslocation.cpp b/core/gpslocation.cpp index c5b81e024..974b9636b 100644 --- a/core/gpslocation.cpp +++ b/core/gpslocation.cpp @@ -200,9 +200,10 @@ void GpsLocation::positionSourceError(QGeoPositionInfoSource::Error) void GpsLocation::status(QString msg) { - qDebug() << msg; if (showMessageCB) (*showMessageCB)(qPrintable(msg)); + else + qDebug() << msg; } int GpsLocation::getGpsNum() const -- cgit v1.2.3-70-g09d2