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:
parent
572f479787
commit
2f72ea6d82
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user