[vlc-commits] misc/renderer_discovery: vlc_rd_new: extend contents of diagnostic
Filip Roséen
git at videolan.org
Thu May 18 16:29:15 CEST 2017
vlc | branch: master | Filip Roséen <filip at atch.se> | Thu May 18 13:26:58 2017 +0200| [19fcb881471180dac7b00a9a4081b5ba1628b788] | committer: Hugo Beauzée-Luyssen
misc/renderer_discovery: vlc_rd_new: extend contents of diagnostic
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19fcb881471180dac7b00a9a4081b5ba1628b788
---
src/misc/renderer_discovery.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/misc/renderer_discovery.c b/src/misc/renderer_discovery.c
index dc4140b922..f2255c5122 100644
--- a/src/misc/renderer_discovery.c
+++ b/src/misc/renderer_discovery.c
@@ -256,7 +256,8 @@ vlc_rd_new(vlc_object_t *p_obj, const char *psz_name,
p_rd->psz_name, true);
if (p_rd->p_module == NULL)
{
- msg_Err(p_rd, "no suitable renderer discovery module");
+ msg_Err(p_rd, "no suitable renderer discovery module for '%s'",
+ psz_name);
free(p_rd->psz_name);
config_ChainDestroy(p_rd->p_cfg);
vlc_object_release(p_rd);
More information about the vlc-commits
mailing list