gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11642: Make debugging message more


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11642: Make debugging message more complete
Date: Sun, 22 Nov 2009 10:41:56 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11642
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sun 2009-11-22 10:41:56 +0100
message:
  Make debugging message more complete
modified:
  libcore/MovieLoader.cpp
=== modified file 'libcore/MovieLoader.cpp'
--- a/libcore/MovieLoader.cpp   2009-11-15 15:46:12 +0000
+++ b/libcore/MovieLoader.cpp   2009-11-22 09:41:56 +0000
@@ -171,9 +171,9 @@
 #endif
         requestsLock.unlock(); // allow the thread to die
 
-log_debug("notified, joining");
+log_debug("MovieLoader notified, joining");
         _thread->join();
-log_debug("joined");
+log_debug("MovieLoader joined");
         _thread.reset();
     }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]