mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 12:06:00 +01:00
log layersurface cleanup
This commit is contained in:
parent
6db68917ab
commit
f0d52d8a88
1 changed files with 2 additions and 0 deletions
|
@ -665,6 +665,8 @@ void CCompositor::cleanupFadingOut() {
|
|||
m_lSurfacesFadingOut.remove(ls);
|
||||
delete ls;
|
||||
|
||||
Debug::log(LOG, "Cleanup: destroyed a layersurface");
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue