vcl/source/opengl/OpenGLContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8433643c44d3d65c587410caffd607d6cb981ad6
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 0378ac0..1f5af6f 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

Reply via email to