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

that should be a SAL_WARN

Change-Id: I331b635c1e5518e4fd70a5b6bf5ced7cbc51782a
üst 6d18241d
...@@ -635,7 +635,7 @@ bool OpenGLContext::ImplInit() ...@@ -635,7 +635,7 @@ bool OpenGLContext::ImplInit()
#elif defined( UNX ) #elif defined( UNX )
if( !glXMakeCurrent( m_aGLWin.dpy, m_aGLWin.win, m_aGLWin.ctx ) ) if( !glXMakeCurrent( m_aGLWin.dpy, m_aGLWin.win, m_aGLWin.ctx ) )
{ {
SAL_INFO("vcl.opengl", "unable to select current GLX context"); SAL_WARN("vcl.opengl", "unable to select current GLX context");
return false; return false;
} }
......
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