aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 8b50bc44..73108450 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -525,7 +525,7 @@ struct sway_output *output_from_wlr_output(struct wlr_output *wlr_output) {
525void handle_new_output(struct wl_listener *listener, void *data) { 525void handle_new_output(struct wl_listener *listener, void *data) {
526 struct sway_server *server = wl_container_of(listener, server, new_output); 526 struct sway_server *server = wl_container_of(listener, server, new_output);
527 struct wlr_output *wlr_output = data; 527 struct wlr_output *wlr_output = data;
528 wlr_log(L_DEBUG, "New output %p: %s", wlr_output, wlr_output->name); 528 wlr_log(WLR_DEBUG, "New output %p: %s", wlr_output, wlr_output->name);
529 529
530 struct sway_output *output = calloc(1, sizeof(struct sway_output)); 530 struct sway_output *output = calloc(1, sizeof(struct sway_output));
531 if (!output) { 531 if (!output) {