[plasma-workspace] shell: Check for errors when the GetConfigOperation returns

Aleix Pol aleixpol at kde.org
Fri Jan 2 22:15:59 UTC 2015


On Fri, Jan 2, 2015 at 5:43 PM, David Edmundson
<david at davidedmundson.co.uk> wrote:
> Won't these messages will get eaten by our noMessageOutput message handler
> on login anyway?
>
> _______________________________________________
> Plasma-devel mailing list
> Plasma-devel at kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>

No, because it's a warning. The shut-up thing only blocks debugs.

I wouldn't remove it just yet. There's still plenty of output that
it's not very useful and probably should be removing. i.e. there's
plenty of networkmanager stuff going on there.

Maybe what we want to do, though, is this:
QLoggingCategory::setFilterRules(QStringLiteral("*.debug=false\ndefault.debug=true\n"));

Aleix


More information about the Plasma-devel mailing list