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

Be a little less pessimistic

parent e954457b
......@@ -508,7 +508,7 @@ static inline int __vlc_cond_wait( const char * psz_file, int i_line,
if( i_result == ETIMEDOUT )
{
msg_Dbg( p_condvar->p_this,
"thread %li: probable condition deadlock "
"thread %li: possible condition deadlock "
"at %s:%d (%s)", CAST_PTHREAD_TO_INT(pthread_self()),
psz_file, i_line, strerror(i_result) );
......
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