diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-03 10:24:42 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-03 15:09:55 +0200 |
commit | 6f479a32070767b2353cdef819de2596c5d4ce15 (patch) | |
tree | a1d1854506f52f195b947eadde0b29cfae8eb97d /vcl/source/opengl | |
parent | 671da1975845e41fb2c7ebaf63a52a712954eb15 (diff) |
SAL_INFO -> SAL_WARN for important error message
Change-Id: I52cf416286801c5eebc1dd395fb7cf592b985e92
Diffstat (limited to 'vcl/source/opengl')
-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)"); |