diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-10-25 02:18:15 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:58:18 +0100 |
commit | eda233947cbe329ad0ebbd0441af647b21d4e286 (patch) | |
tree | 8f461ce30f2fcb69c9fcff34483b0d77ca777508 /vcl/source | |
parent | 6d18241d034b7cc1cd105e3969fe1babf4830c72 (diff) |
that should be a SAL_WARN
Change-Id: I331b635c1e5518e4fd70a5b6bf5ced7cbc51782a
Diffstat (limited to 'vcl/source')
-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 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; } |