diff options
author | Tony Crisci <[email protected]> | 2018-03-29 23:08:59 -0400 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2018-03-29 23:08:59 -0400 |
commit | 92c58b1e63d41d48cfb487b04a2cb105c990bc4c (patch) | |
tree | 5a925aff530c83881d754c196aa18ac2898e61c3 /sway/tree/layout.c | |
parent | 4c394a0e9ee04b46ed349f7b3ddf67c53719b3b6 (diff) |
rename container_for_each_descendent
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r-- | sway/tree/layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c index 53ff9ffa..614d0505 100644 --- a/sway/tree/layout.c +++ b/sway/tree/layout.c @@ -592,7 +592,7 @@ static struct sway_container *get_swayc_in_direction_under( } } else { wlr_log(L_DEBUG, - "%s cont %d-%p dir %i sibling %d: %p", __func__, idx, + "cont %d-%p dir %i sibling %d: %p", idx, container, dir, desired, parent->children->items[desired]); return parent->children->items[desired]; } |