diff options
Diffstat (limited to 'vcl/source/opengl/OpenGLContext.cxx')
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index ff152d99f75c..74b6f418372c 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -1008,6 +1008,8 @@ void OpenGLContext::InitGLEWDebugging() } } + // Test hooks for inserting tracing messages into the stream + VCL_GL_INFO("vcl.opengl", "LibreOffice GLContext initialized: " << this); #endif } |