summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-25 02:18:15 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-25 02:18:15 +0200
commitb6e1483ff7596aa5cb4cbb22db11782bd91b62a6 (patch)
tree8935b584c83d34215966247cfdb3c51082d0fbf9
parente4a5ba4a97320e696e3c7f4a3a870264602f211a (diff)
that should be a SAL_WARN
Change-Id: I331b635c1e5518e4fd70a5b6bf5ced7cbc51782a
-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 b29c7a1bacb6..cd69fc7d8b5c 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -635,7 +635,7 @@ bool OpenGLContext::ImplInit()
#elif defined( UNX )
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;
}