Commit ec9ad1e9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix debug message

parent 3f202d2e
......@@ -581,7 +581,7 @@ int __vlc_thread_create( vlc_object_t *p_this, const char * psz_file, int i_line
{
if( b_wait )
{
msg_Dbg( p_this, "waiting for thread completion" );
msg_Dbg( p_this, "waiting for thread initialization" );
vlc_object_wait( p_this );
}
......
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