aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_common.c
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2015-07-03 15:12:42 +0200
committerGravatar wm4 <wm4@nowhere>2015-07-03 15:12:42 +0200
commitcc51dafa9632fa9f4f8dd6902f3cfd5a5d628ac7 (patch)
treef2665d0ccff352ed20e0cc86e55fad52a38226da /video/out/gl_common.c
parent5446637e99c17e91d63f2dee54dcff40f218b080 (diff)
vo_opengl: log some more stuff in verbose mode
Diffstat (limited to 'video/out/gl_common.c')
-rw-r--r--video/out/gl_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index 63078a1e00..5560fe07e0 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -463,6 +463,8 @@ void mpgl_load_functions2(GL *gl, void *(*get_fn)(void *ctx, const char *n),
if (loaded[i])
*funcptr = loaded[i];
}
+ mp_verbose(log, "Loaded functions for %d/%s.\n", ver_core,
+ section->extension ? section->extension : "builtin");
}
}