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-606-ge92c488
Date: Sat, 30 Jul 2011 16:58:09 +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  e92c48843ade11c4593fb03650b7a1883ae70735 (commit)
      from  e9c54c0c1741475280bc64c29272f421481a83fa (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=e92c48843ade11c4593fb03650b7a1883ae70735


commit e92c48843ade11c4593fb03650b7a1883ae70735
Author: Sandro Santilli <address@hidden>
Date:   Sat Jul 30 18:57:42 2011 +0200

    Improve AS error log about registerClass to include supposed export id

diff --git a/libcore/asobj/Object.cpp b/libcore/asobj/Object.cpp
index b9cd135..a8d7379 100644
--- a/libcore/asobj/Object.cpp
+++ b/libcore/asobj/Object.cpp
@@ -310,9 +310,9 @@ object_registerClass(const fn_call& fn)
 
     if (!d) {
         IF_VERBOSE_ASCODING_ERRORS(
-            log_aserror(_("Object.registerClass(%s, %s): "
-                "can't find exported symbol"),
-                symbolid, typeName(theclass));
+            log_aserror(_("Object.registerClass('%s', %s): "
+                "can't find exported symbol (id: %d)"),
+                symbolid, typeName(theclass), id);
             );
         return as_value(false);
     }

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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