[vlc-commits] sd: avahi: change unappropriate msg_Err to msg_Info
Victorien Le Couviour--Tuffet
git at videolan.org
Thu Jul 27 19:04:25 CEST 2017
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Tue Jul 25 18:00:38 2017 +0200| [9b198401dbf196a8f39deca4536128a9f3e461a2] | committer: Jean-Baptiste Kempf
sd: avahi: change unappropriate msg_Err to msg_Info
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b198401dbf196a8f39deca4536128a9f3e461a2
---
modules/services_discovery/avahi.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/services_discovery/avahi.c b/modules/services_discovery/avahi.c
index bf19ad68c4..dbfac40809 100644
--- a/modules/services_discovery/avahi.c
+++ b/modules/services_discovery/avahi.c
@@ -142,8 +142,8 @@ static void resolve_callback(
AvahiStringList *asl = NULL;
input_item_t *p_input = NULL;
- msg_Err( p_sd, "service '%s' of type '%s' in domain '%s' port %i",
- name, type, domain, port );
+ msg_Info( p_sd, "service '%s' of type '%s' in domain '%s' port %i",
+ name, type, domain, port );
avahi_address_snprint(a, (sizeof(a)/sizeof(a[0]))-1, address);
if( protocol == AVAHI_PROTO_INET6 )
More information about the vlc-commits
mailing list