mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-11-01 16:16:41 +00:00
monitor: remove spammy trace log
This commit is contained in:
parent
46dab01bcc
commit
4926332c37
@ -1781,10 +1781,8 @@ uint16_t CMonitor::isDSBlocked(bool full) {
|
|||||||
|
|
||||||
bool CMonitor::attemptDirectScanout() {
|
bool CMonitor::attemptDirectScanout() {
|
||||||
const auto blockedReason = isDSBlocked();
|
const auto blockedReason = isDSBlocked();
|
||||||
if (blockedReason) {
|
if (blockedReason)
|
||||||
Debug::log(TRACE, "attemptDirectScanout: blocked by {}", blockedReason);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
|
|
||||||
const auto PCANDIDATE = m_solitaryClient.lock();
|
const auto PCANDIDATE = m_solitaryClient.lock();
|
||||||
const auto PSURFACE = PCANDIDATE->getSolitaryResource();
|
const auto PSURFACE = PCANDIDATE->getSolitaryResource();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user