]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/sap.c
No need to add a '\n' at the end of messages passed to msg_*
[vlc] / modules / services_discovery / sap.c
index b7286ff31fdaf806be082041245b55a4fa5b5546..a7cde36d8d4cd4d238da5aa14250c7e8efe3791c 100644 (file)
@@ -1246,7 +1246,7 @@ static sdp_t *ParseSDP (vlc_object_t *p_obj, const char *psz_sdp)
                  || ((p_sdp->orig_ip_version != 4)
                   && (p_sdp->orig_ip_version != 6)))
                 {
-                    msg_Dbg (p_obj, "SDP origin not supported: %s\n", data);
+                    msg_Dbg (p_obj, "SDP origin not supported: %s", data);
                     /* Or maybe out-of-range, but this looks suspicious */
                     return NULL;
                 }