mirror of
https://github.com/labwc/labwc.git
synced 2026-03-15 05:33:53 -04: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);
|
target = view_get_adjacent_output(view, edge, wrap);
|
||||||
}
|
}
|
||||||
if (!target) {
|
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;
|
break;
|
||||||
}
|
}
|
||||||
view_move_to_output(view, target);
|
view_move_to_output(view, target);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue