Client: Use logging category for chosen shell integration

Nothing is wrong, so we shouldn't pollute stderr.

Change-Id: I05538c8e5199f97ebb1a1233e866f3a93179b799
Reviewed-by: David Edmundson <davidedmundson@kde.org>
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
This commit is contained in:
Johan Klokkhammer Helsing 2018-11-01 13:48:15 +01:00 committed by Johan Helsing
parent 572f479787
commit 2f72ea6d82

View File

@ -422,7 +422,7 @@ void QWaylandIntegration::initializeShellIntegration()
Q_FOREACH (QString preferredShell, preferredShells) {
mShellIntegration.reset(createShellIntegration(preferredShell));
if (mShellIntegration) {
qDebug("Using the '%s' shell integration", qPrintable(preferredShell));
qCDebug(lcQpaWayland, "Using the '%s' shell integration", qPrintable(preferredShell));
break;
}
}