diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-10-25 12:39:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:58:19 +0100 |
commit | 14b6650ff7c4227bce28adf4ad3e70dc2007ab8c (patch) | |
tree | 8898c258379bb3c3687a0f79cd8de4cd53cfe8ed /vcl/source | |
parent | eda233947cbe329ad0ebbd0441af647b21d4e286 (diff) |
fix misleading log message
Change-Id: I8ae574a5eb1c4685abe64e6694d9a71359d6a4d1
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index cd69fc7d8b5c..e5b5c6f5b22d 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -374,7 +374,7 @@ GLXFBConfig* getFBConfig(Display* dpy, Window win, int& nBestFBC) if( dpy == 0 || !glXQueryExtension( dpy, NULL, NULL ) ) return NULL; - SAL_INFO("vcl.opengl", "parent window: " << win); + SAL_INFO("vcl.opengl", "window: " << win); XWindowAttributes xattr; XGetWindowAttributes( dpy, win, &xattr ); |