[Chore] (MG_Backend/DirectGLES): adjust some log severity

This commit is contained in:
2025-11-25 13:33:22 +08:00
parent 64fd36bb60
commit 7fe156cebc
+1 -1
View File
@@ -264,7 +264,7 @@ namespace MobileGL::MG_Backend::DirectGLES {
// 4. Mipmap levels changed
if (!stateTextureObject->IsComplete()) {
MGLOG_E("Texture object with ID: %u is not complete, skipping sync.", m_backendTextureId);
MGLOG_D("Texture object with ID: %u is not complete, skipping sync.", m_backendTextureId);
return;
}