mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
action: reduce MoveToOutput logging
This commit is contained in:
parent
333bbbb85b
commit
62c4fc562d
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