monitor: remove spammy trace log
This commit is contained in:
parent
46dab01bcc
commit
4926332c37
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue