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_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-526-gfcad8d0
Date: Wed, 06 Apr 2011 20:08:36 +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  fcad8d0fef75b9084535d5d75f9defa9fea71e1a (commit)
      from  29aaef6f2f3e9f73f49158e121e4517e5d97301d (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=fcad8d0fef75b9084535d5d75f9defa9fea71e1a


commit fcad8d0fef75b9084535d5d75f9defa9fea71e1a
Author: Sandro Santilli <address@hidden>
Date:   Wed Apr 6 21:45:06 2011 +0200

    Print DisplayObject target rather than just name (st_invalidated debugging)

diff --git a/libcore/DisplayObject.cpp b/libcore/DisplayObject.cpp
index 5a64494..d4b3764 100644
--- a/libcore/DisplayObject.cpp
+++ b/libcore/DisplayObject.cpp
@@ -204,9 +204,8 @@ DisplayObject::set_invalidated(const char* debug_file, int 
debug_line)
         _invalidated = true;
         
 #ifdef DEBUG_SET_INVALIDATED
-        ObjectURI::Logger l(getStringTable(stage().getVM()));
         log_debug("%p set_invalidated() of %s in %s:%d",
-            (void*)this, l(get_name()), debug_file, debug_line);
+            (void*)this, getTarget(), debug_file, debug_line);
 #else
         UNUSED(debug_file);
         UNUSED(debug_line);

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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