Changed LL_WARNS into LL_DEBUGS for successful OpenGL context creation

master
Zi Ree 2022-07-28 18:03:28 +02:00
parent 1f81f59409
commit 017d872d2e
1 changed files with 1 additions and 1 deletions

View File

@ -2587,7 +2587,7 @@ void* LLWindowSDL::createSharedContext()
setSize(size);
}
LL_WARNS() << "Creating shared OpenGL context successful!" << LL_ENDL;
LL_DEBUGS() << "Creating shared OpenGL context successful!" << LL_ENDL;
return (void*)sc;
}