diff --git a/MobileGL/MG_Backend/DirectGLES/Managers.cpp b/MobileGL/MG_Backend/DirectGLES/Managers.cpp index f300aa01..0d8107c3 100644 --- a/MobileGL/MG_Backend/DirectGLES/Managers.cpp +++ b/MobileGL/MG_Backend/DirectGLES/Managers.cpp @@ -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; }