Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
16bf88b6
Commit
16bf88b6
authored
Jan 26, 2021
by
Vlad Zahorodnii
Browse files
Print warning messages in KWAYLAND_SERVER logging category
This makes it easier to analyze logs.
parent
fe8a0a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/plasmawindowmanagement_interface.cpp
View file @
16bf88b6
...
...
@@ -5,6 +5,7 @@
*/
#include
"plasmawindowmanagement_interface.h"
#include
"display.h"
#include
"logging.h"
#include
"surface_interface.h"
#include
"plasmavirtualdesktop_interface.h"
...
...
@@ -212,7 +213,7 @@ void PlasmaWindowManagementInterfacePrivate::org_kde_plasma_window_management_ge
}
);
if
(
it
==
windows
.
constEnd
())
{
qWarning
()
<<
"Could not find window with uuid"
<<
internal_window_uuid
;
q
C
Warning
(
KWAYLAND_SERVER
)
<<
"Could not find window with uuid"
<<
internal_window_uuid
;
// create a temp window just for the resource and directly send an unmapped
PlasmaWindowInterface
*
window
=
new
PlasmaWindowInterface
(
q
,
q
);
window
->
d
->
unmapped
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment