mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
sway: change all sway_log to wlr_log
This commit is contained in:
parent
fdc92e7454
commit
67985e9031
36 changed files with 167 additions and 190 deletions
|
|
@ -124,7 +124,7 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {
|
|||
return;
|
||||
}
|
||||
|
||||
sway_log(L_DEBUG, "New xwayland surface title='%s' class='%s'",
|
||||
wlr_log(L_DEBUG, "New xwayland surface title='%s' class='%s'",
|
||||
xsurface->title, xsurface->class);
|
||||
|
||||
struct sway_xwayland_surface *sway_surface =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue