]> git.mdlowis.com Git - proto/labwc.git/commitdiff
action: reduce MoveToOutput logging
authorJohan Malm <jgm323@gmail.com>
Sat, 2 Mar 2024 19:40:33 +0000 (19:40 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 2 Mar 2024 21:23:01 +0000 (21:23 +0000)
src/action.c

index 953f62e752bf4cc331695c5729c7327882e959f8..1cf8960a3f2bc4cc086515f03f9ef9d124ebd180 100644 (file)
@@ -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);