From 7cbef152063e1fbb24e6204339ff4587a74be04b Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 9 Jul 2018 22:49:54 +0100 Subject: util: add wlr_ prefix to log symbols --- rootston/layer_shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rootston/layer_shell.c') diff --git a/rootston/layer_shell.c b/rootston/layer_shell.c index 2adf11a5..ba69c3db 100644 --- a/rootston/layer_shell.c +++ b/rootston/layer_shell.c @@ -371,7 +371,7 @@ void handle_layer_shell_surface(struct wl_listener *listener, void *data) { struct wlr_layer_surface *layer_surface = data; struct roots_desktop *desktop = wl_container_of(listener, desktop, layer_shell_surface); - wlr_log(L_DEBUG, "new layer surface: namespace %s layer %d anchor %d " + wlr_log(WLR_DEBUG, "new layer surface: namespace %s layer %d anchor %d " "size %dx%d margin %d,%d,%d,%d", layer_surface->namespace, layer_surface->layer, layer_surface->layer, layer_surface->client_pending.desired_width, @@ -390,7 +390,7 @@ void handle_layer_shell_surface(struct wl_listener *listener, void *data) { seat->cursor->cursor->x, seat->cursor->cursor->y); if (!output) { - wlr_log(L_ERROR, "Couldn't find output at (%.0f,%.0f)", + wlr_log(WLR_ERROR, "Couldn't find output at (%.0f,%.0f)", seat->cursor->cursor->x, seat->cursor->cursor->y); output = wlr_output_layout_get_center_output(desktop->layout); -- cgit v1.2.3