Changeset 6cd455080c449fab3177ede198a5c23a9a6d8d0e

Show
Ignore:
Timestamp:
15/08/08 14:01:21 (4 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1218801681 +0200
git-parent:

[f1136a8c07acd0a3b16915f700221c6218fea965]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1218801681 +0200
Message:

variables: Print the name of the maybe deadlocking callback.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/variables.c

    r3a57140 r6cd4550  
    12011201        if( i_tries++ > 100 ) 
    12021202        { 
    1203             msg_Err( p_this, "caught in a callback deadlock?" ); 
     1203            msg_Err( p_this, "caught in a callback deadlock? ('%s')", psz_name ); 
    12041204            return VLC_ETIMEOUT; 
    12051205        }