summaryrefslogtreecommitdiffstats
path: root/sway/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/layout.c')
-rw-r--r--sway/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c
index 3cd873d6..6388a9b2 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -349,7 +349,7 @@ void update_geometry(swayc_t *container) {
349static void arrange_windows_r(swayc_t *container, double width, double height) { 349static void arrange_windows_r(swayc_t *container, double width, double height) {
350 int i; 350 int i;
351 if (width == -1 || height == -1) { 351 if (width == -1 || height == -1) {
352 sway_log(L_DEBUG, "Arranging layout for %p", container); 352 swayc_log(L_DEBUG, container, "Arranging layout for %p", container);
353 width = container->width; 353 width = container->width;
354 height = container->height; 354 height = container->height;
355 } 355 }