[Libreoffice-commits] core.git: Branch 'feature/glyphy' - vcl/source
Tor Lillqvist
tml at collabora.com
Thu Nov 19 00:54:33 PST 2015
vcl/source/opengl/OpenGLContext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8433643c44d3d65c587410caffd607d6cb981ad6
Author: Tor Lillqvist <tml at 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);
}
}
More information about the Libreoffice-commits
mailing list