Commit 16449bfd authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

livedotcom.cpp: fprintf DEL DEL DEL DEL DEL

parent 46dfa888
...@@ -283,7 +283,7 @@ static int Open ( vlc_object_t *p_this ) ...@@ -283,7 +283,7 @@ static int Open ( vlc_object_t *p_this )
} }
p_sys->p_sdp = (char*)p_sdp; p_sys->p_sdp = (char*)p_sdp;
fprintf( stderr, "sdp=%s\n", p_sys->p_sdp ); msg_Dbg( p_demux, "sdp=%s\n", p_sys->p_sdp );
} }
if( ( p_sys->ms = MediaSession::createNew(*p_sys->env, p_sys->p_sdp ) ) == NULL ) if( ( p_sys->ms = MediaSession::createNew(*p_sys->env, p_sys->p_sdp ) ) == NULL )
{ {
......
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