[Chore] (MG_Backend/DirectGLES): fix incorrect log level

This commit is contained in:
2025-11-16 21:21:52 +08:00
parent 2b915d5680
commit 6d86c9fe98
@@ -185,7 +185,7 @@ namespace MobileGL::MG_Backend::DirectGLES {
} }
if (currentFBO.get() == lastUpdatedFBO) { if (currentFBO.get() == lastUpdatedFBO) {
MGLOG_I("Draw FBO and read FBO are the same, skipping sync."); MGLOG_D("Draw FBO and read FBO are the same, skipping sync.");
} else { } else {
backendFBOObject->SyncToBackend(currentFBO, target); backendFBOObject->SyncToBackend(currentFBO, target);
} }