diff options
Diffstat (limited to 'vcl/source/opengl/OpenGLContext.cxx')
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 18e0a0248474..ab2bea7174af 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -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)"); |