[vlc-devel] [PATCH] input/sd: Log name of failed sd loading
Marvin Scholz
epirat07 at gmail.com
Tue Oct 30 01:04:13 CET 2018
---
src/input/services_discovery.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/services_discovery.c b/src/input/services_discovery.c
index 12a029ef6e..0b67ed157e 100644
--- a/src/input/services_discovery.c
+++ b/src/input/services_discovery.c
@@ -119,7 +119,7 @@ services_discovery_t *vlc_sd_Create(vlc_object_t *parent, const char *cfg,
sd->psz_name, true);
if (sd->p_module == NULL)
{
- msg_Err(sd, "no suitable services discovery module");
+ msg_Err(sd, "no suitable services discovery module ('%s')", sd->psz_name);
vlc_sd_Destroy(sd);
sd = NULL;
}
--
2.17.1 (Apple Git-112)
More information about the vlc-devel
mailing list