summaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index ab07c03c..ce2e0936 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -700,8 +700,8 @@ void seat_set_focus_warp(struct sway_seat *seat,
700 wl_event_source_timer_update(view->urgent_timer, 700 wl_event_source_timer_update(view->urgent_timer,
701 config->urgent_timeout); 701 config->urgent_timeout);
702 } else { 702 } else {
703 wlr_log(WLR_ERROR, "Unable to create urgency timer. " 703 wlr_log(WLR_ERROR, "Unable to create urgency timer (%s)",
704 "There might not be any available file descriptors."); 704 strerror(errno));
705 handle_urgent_timeout(view); 705 handle_urgent_timeout(view);
706 } 706 }
707 } else { 707 } else {