[vlc-devel] commit: variables: Print the name of the maybe deadlocking callback. ( Pierre d'Herbemont )

git version control git at videolan.org
Fri Aug 15 13:58:24 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Aug 15 14:01:21 2008 +0200| [6cd455080c449fab3177ede198a5c23a9a6d8d0e] | committer: Pierre d'Herbemont 

variables: Print the name of the maybe deadlocking callback.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6cd455080c449fab3177ede198a5c23a9a6d8d0e
---

 src/misc/variables.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/variables.c b/src/misc/variables.c
index ed5f31a..8771c44 100644
--- a/src/misc/variables.c
+++ b/src/misc/variables.c
@@ -1200,7 +1200,7 @@ static int GetUnused( vlc_object_t *p_this, const char *psz_name )
 
         if( i_tries++ > 100 )
         {
-            msg_Err( p_this, "caught in a callback deadlock?" );
+            msg_Err( p_this, "caught in a callback deadlock? ('%s')", psz_name );
             return VLC_ETIMEOUT;
         }
 




More information about the vlc-devel mailing list