summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-03 10:24:42 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-03 15:09:55 +0200
commit6f479a32070767b2353cdef819de2596c5d4ce15 (patch)
treea1d1854506f52f195b947eadde0b29cfae8eb97d /vcl
parent671da1975845e41fb2c7ebaf63a52a712954eb15 (diff)
SAL_INFO -> SAL_WARN for important error message
Change-Id: I52cf416286801c5eebc1dd395fb7cf592b985e92
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx2
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)");