diff --git a/src/wayland/plasmawindowmanagement.cpp b/src/wayland/plasmawindowmanagement.cpp index ece82e8dd5..5943238b75 100644 --- a/src/wayland/plasmawindowmanagement.cpp +++ b/src/wayland/plasmawindowmanagement.cpp @@ -245,7 +245,7 @@ void PlasmaWindowManagementInterfacePrivate::org_kde_plasma_window_management_ge return window->d->uuid == internal_window_uuid; }); if (it == windows.constEnd()) { - qCWarning(KWIN_CORE) << "Could not find window with uuid" << internal_window_uuid; + qCDebug(KWIN_CORE) << "Could not find window with uuid" << internal_window_uuid; // create a temp window just for the resource, bind then immediately delete it, sending an unmap event PlasmaWindowInterface window(q, q); auto windowResource = window.d->add(resource->client(), id, resource->version());