mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
action: reduce MoveToOutput logging
This commit is contained in:
parent
3c3bcc2765
commit
4ddeb3cd42
1 changed files with 5 additions and 1 deletions
|
|
@ -932,7 +932,11 @@ actions_run(struct view *activator, struct server *server,
|
|||
target = view_get_adjacent_output(view, edge, wrap);
|
||||
}
|
||||
if (!target) {
|
||||
wlr_log(WLR_ERROR, "Invalid output.");
|
||||
/*
|
||||
* Most likely because we're already on the
|
||||
* output furthest in the requested direction.
|
||||
*/
|
||||
wlr_log(WLR_DEBUG, "Invalid output");
|
||||
break;
|
||||
}
|
||||
view_move_to_output(view, target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue