···264264 bool pre_rotate = false;
265265 if (r->c->target->surface_transform & VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR ||
266266 r->c->target->surface_transform & VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR) {
267267- COMP_DEBUG(c, "Swapping width and height, since we are pre rotating");
267267+ COMP_SPEW(c, "Swapping width and height, since we are pre rotating");
268268 pre_rotate = true;
269269 }
270270