mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-02 05:01:56 -07:00
remove spammy logs for DS
This commit is contained in:
@@ -591,7 +591,6 @@ bool CHyprRenderer::attemptDirectScanout(CMonitor* pMonitor) {
|
||||
wlr_output_attach_buffer(pMonitor->output, &PSURFACE->buffer->base);
|
||||
|
||||
if (!wlr_output_test(pMonitor->output)) {
|
||||
Debug::log(ERR, "Direct scanout test failed for %x", PCANDIDATE);
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -603,7 +602,6 @@ bool CHyprRenderer::attemptDirectScanout(CMonitor* pMonitor) {
|
||||
Debug::log(LOG, "Entered a direct scanout to %x: \"%s\"", PCANDIDATE, PCANDIDATE->m_szTitle.c_str());
|
||||
}
|
||||
} else {
|
||||
Debug::log(ERR, "Direct scanout failed for %x: \"%s\"", PCANDIDATE, PCANDIDATE->m_szTitle.c_str());
|
||||
m_pLastScanout = nullptr;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user