Commit 6cd45508 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

variables: Print the name of the maybe deadlocking callback.

parent f1136a8c
...@@ -1200,7 +1200,7 @@ static int GetUnused( vlc_object_t *p_this, const char *psz_name ) ...@@ -1200,7 +1200,7 @@ static int GetUnused( vlc_object_t *p_this, const char *psz_name )
if( i_tries++ > 100 ) 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; return VLC_ETIMEOUT;
} }
......
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