[vlc-devel] commit: Fix debug message ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Aug 14 21:56:33 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Aug 14 22:59:01 2008 +0300| [ec9ad1e9893a58ffb3edd80a5a31c094cd6e813e] | committer: Rémi Denis-Courmont
Fix debug message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec9ad1e9893a58ffb3edd80a5a31c094cd6e813e
---
src/misc/threads.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/threads.c b/src/misc/threads.c
index 36947ea..ce820b6 100644
--- a/src/misc/threads.c
+++ b/src/misc/threads.c
@@ -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 );
}
More information about the vlc-devel
mailing list