log layersurface cleanup

This commit is contained in:
vaxerski 2022-05-14 17:28:55 +02:00
parent 6db68917ab
commit f0d52d8a88

View file

@ -665,6 +665,8 @@ void CCompositor::cleanupFadingOut() {
m_lSurfacesFadingOut.remove(ls);
delete ls;
Debug::log(LOG, "Cleanup: destroyed a layersurface");
return;
}
}