gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-321-g37b542d
Date: Thu, 28 Apr 2011 08:46:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  37b542dfd06b3447d8c420e2e6807c4f431d2c0f (commit)
      from  03fce3a4bd9a69dd915245975b3f5a1f7651f1da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=37b542dfd06b3447d8c420e2e6807c4f431d2c0f


commit 37b542dfd06b3447d8c420e2e6807c4f431d2c0f
Author: Sandro Santilli <address@hidden>
Date:   Thu Apr 28 10:38:58 2011 +0200

    Tweak debug lines

diff --git a/libcore/MovieClip.cpp b/libcore/MovieClip.cpp
index 8c80811..b046f86 100644
--- a/libcore/MovieClip.cpp
+++ b/libcore/MovieClip.cpp
@@ -907,8 +907,9 @@ MovieClip::execute_init_action_buffer(const action_buffer& 
a, int cid)
 
     if (_swf->initializeCharacter(cid)) {
 #ifdef GNASH_DEBUG
-        log_debug(_("Queuing init actions in frame %d of movieclip %s"),
-                _currentFrame, getTarget());
+        log_debug("Queuing init actions for DisplayObject %1% "
+                    "in frame %2% of MovieClip %3%",
+                cid, _currentFrame, getTarget());
 #endif
         std::auto_ptr<ExecutableCode> code(new GlobalCode(a, this));
 
@@ -916,7 +917,7 @@ MovieClip::execute_init_action_buffer(const action_buffer& 
a, int cid)
     }
     else {
 #ifdef GNASH_DEBUG
-        log_debug(_("Init actions for DisplayObject %d already executed"), 
cid);
+        log_debug("Init actions for DisplayObject %1% already executed", cid);
 #endif
     }
 }

-----------------------------------------------------------------------

Summary of changes:
 libcore/MovieClip.cpp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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