Commit 0a2a450c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix typo

parent 730eefea
...@@ -240,7 +240,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id, ...@@ -240,7 +240,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
( mdate() - p_sys->i_date_start > p_sys->i_max_wait || ( mdate() - p_sys->i_date_start > p_sys->i_max_wait ||
p_sys->i_size > p_sys->i_max_size ) ) p_sys->i_size > p_sys->i_max_size ) )
{ {
msg_Dbg( p_stream, "Staring recording, waited %ds and %dbyte", msg_Dbg( p_stream, "Starting recording, waited %ds and %dbyte",
(int)((mdate() - p_sys->i_date_start)/1000000), (int)p_sys->i_size ); (int)((mdate() - p_sys->i_date_start)/1000000), (int)p_sys->i_size );
OutputStart( p_stream ); OutputStart( p_stream );
} }
......
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