]> sigrok.org Git - pulseview.git/blobdiff - pv/globalsettings.cpp
Add DecodeSignal and Session error logging
[pulseview.git] / pv / globalsettings.cpp
index 8be4265b247e729d00f9bccacd433283d868250f..088a6e27bda0701771e75c8a33c41debc89ed7f2 100644 (file)
@@ -107,7 +107,7 @@ void GlobalSettings::setValue(const QString &key, const QVariant &value)
 
        QSettings::setValue(key, value);
 
-       qDebug() << "Setting" << key << "changed to" << value;
+       qDebug().noquote() << "Setting" << key << "changed to" << value;
 
        // Call all registered callbacks
        for (GlobalSettingsInterface *cb : callbacks_)