diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-03 14:20:36 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-03 15:09:55 +0200 |
commit | 979f918a879a711eded5f7b19c521e6f0f6e5a67 (patch) | |
tree | d6316dc7822feefc028a2c5a1c47268e209bcd65 /vcl | |
parent | 6f479a32070767b2353cdef819de2596c5d4ce15 (diff) |
SAL_INFO -> SAL_WARN for important error message
Change-Id: I204ca62f77d580b9ebdf9e7d41c28e3f2675ef94
Diffstat (limited to 'vcl')
-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 ab2bea7174af..93babc1d48d9 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -428,7 +428,7 @@ bool OpenGLContext::ImplInit() GL_TRUE); if( m_aGLWin.ctx == NULL ) { - SAL_INFO("vcl.opengl", "unable to create GLX context"); + SAL_WARN("vcl.opengl", "unable to create GLX context"); return false; } #endif |