Commit b7956b32 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Removed debug message

parent cd75e0a9
......@@ -330,6 +330,5 @@ static int OpenUDP( vlc_object_t * p_this )
var_Get( p_this, "mtu", &val );
p_socket->i_mtu = val.i_int;
msg_Info( p_this, "ipv6 suceeded" );
return( 0 );
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment