diff options
Diffstat (limited to 'rootston/xdg_shell.c')
-rw-r--r-- | rootston/xdg_shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootston/xdg_shell.c b/rootston/xdg_shell.c index 805fb874..d04d37e1 100644 --- a/rootston/xdg_shell.c +++ b/rootston/xdg_shell.c @@ -398,14 +398,14 @@ void handle_xdg_shell_surface(struct wl_listener *listener, void *data) { assert(surface->role != WLR_XDG_SURFACE_ROLE_NONE); if (surface->role == WLR_XDG_SURFACE_ROLE_POPUP) { - wlr_log(L_DEBUG, "new xdg popup"); + wlr_log(WLR_DEBUG, "new xdg popup"); return; } struct roots_desktop *desktop = wl_container_of(listener, desktop, xdg_shell_surface); - wlr_log(L_DEBUG, "new xdg toplevel: title=%s, app_id=%s", + wlr_log(WLR_DEBUG, "new xdg toplevel: title=%s, app_id=%s", surface->toplevel->title, surface->toplevel->app_id); wlr_xdg_surface_ping(surface); |