[Libreoffice-commits] core.git: vcl/source

Caolán McNamara caolanm at redhat.com
Thu Jun 2 10:43:42 UTC 2016


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

New commits:
commit f52bbd2bab18c45c687ee466d1caa57a4d515785
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 2 11:42:46 2016 +0100

    fix debugging build
    
    Change-Id: Idb1b1d50260a969446ac1385f93163bea6cf6b04

diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 3503017..72cb1d6 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -316,7 +316,7 @@ void OpenGLContext::InitGLEWDebugging()
     }
 
     // Test hooks for inserting tracing messages into the stream
-    VCL_GL_INFO("LibreOffice GLContext initialized: " << this);
+    VCL_GL_INFO("LibreOffice GLContext initialized");
 #endif
 }
 


More information about the Libreoffice-commits mailing list