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