summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.c
diff options
context:
space:
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");
}
}