Kaydet (Commit) 6f479a32 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

SAL_INFO -> SAL_WARN for important error message

Change-Id: I52cf416286801c5eebc1dd395fb7cf592b985e92
üst 671da197
......@@ -533,7 +533,7 @@ bool OpenGLContext::ImplInit()
XSync(m_aGLWin.dpy, false);
if( errorTriggered )
SAL_INFO("vcl.opengl", "error when trying to set swap interval, NVIDIA or Mesa bug?");
SAL_WARN("vcl.opengl", "error when trying to set swap interval, NVIDIA or Mesa bug?");
else
SAL_INFO("vcl.opengl", "set swap interval to 1 (enable vsync)");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment