vcl/source/opengl/OpenGLContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c8a7887846754ee76a5558f4dd1e89994704ea2c Author: Tor Lillqvist <t...@collabora.com> Date: Thu Nov 19 10:47:29 2015 +0200 Improve SAL_WARN message readability Change-Id: Ia9e1ea7a69e372725a4239fad2630b6f8bcb52e2 diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 0c58120..d7d4313 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -437,7 +437,7 @@ debug_callback(GLenum source, GLenum type, GLuint id, return; SAL_WARN("vcl.opengl", "OpenGL debug message: source: " << getSourceString(source) << ", type: " - << getTypeString(type) << ", id: " << id << ", severity: " << getSeverityString(severity) << " with message: " << message); + << getTypeString(type) << ", id: " << id << ", severity: " << getSeverityString(severity) << ", with message: " << message); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits