summaryrefslogtreecommitdiff
path: root/panels/info
diff options
context:
space:
mode:
Diffstat (limited to 'panels/info')
-rw-r--r--panels/info/cc-info-panel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 9fba21584..e29154fba 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -344,6 +344,7 @@ get_graphics_data_glx_renderer ()
glXMakeContextCurrent (display, glxwin, glxwin, context);
renderer = (char *) glGetString (GL_RENDERER);
+ g_debug ("Got GL_RENDERER: '%s'", renderer);
renderer = renderer ? prettify_info (renderer) : NULL;
glXMakeContextCurrent (display, None, None, NULL);