From: RĂ©mi Denis-Courmont Date: Sun, 3 Dec 2006 18:02:03 +0000 (+0000) Subject: Be a little less pessimistic X-Git-Tag: 0.9.0-test0~9102 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4475aeda1a449436710c3b4548bad06a77410afe;p=vlc Be a little less pessimistic --- diff --git a/include/vlc_threads_funcs.h b/include/vlc_threads_funcs.h index aa4b6d2d48..f5bda035c8 100644 --- a/include/vlc_threads_funcs.h +++ b/include/vlc_threads_funcs.h @@ -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) );