gl_hwdec: change wording in verbose message

This commit is contained in:
wm4 2015-07-10 12:22:24 +02:00
parent 4e76782630
commit 707fe102b6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static struct gl_hwdec *load_hwdec_driver(struct mp_log *log, GL *gl,
.gl_texture_target = GL_TEXTURE_2D,
.reject_emulated = is_auto,
};
mp_verbose(log, "Trying hwdec driver '%s'\n", drv->api_name);
mp_verbose(log, "Loading hwdec driver '%s'\n", drv->api_name);
if (hwdec->driver->create(hwdec) < 0) {
talloc_free(hwdec);
mp_verbose(log, "Loading failed.\n");