]> git.sesse.net Git - vlc/commitdiff
Use a MEANINGFUL (hopefully) debug message
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 3 Dec 2006 13:32:55 +0000 (13:32 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 3 Dec 2006 13:32:55 +0000 (13:32 +0000)
include/vlc_threads_funcs.h

index d77d804a30dd256f5ef02b6fc237959d57250949..311b7451649c56f3238dff69c43abba2a762d3c2 100644 (file)
@@ -503,9 +503,8 @@ static inline int __vlc_cond_wait( const char * psz_file, int i_line,
 
     if( i_result == ETIMEDOUT )
     {
-        /* People keep pissing me off with this. --Meuuh */
         msg_Dbg( p_condvar->p_this,
-                  "thread %li: secret message triggered "
+                  "thread %li: probable condition deadlock "
                   "at %s:%d (%s)", CAST_PTHREAD_TO_INT(pthread_self()),
                   psz_file, i_line, strerror(i_result) );