[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] [SCM] Gnash branch, master,
From:       Sandro Santilli <strk () keybit ! net>
Date:       2011-07-30 16:58:09
Message-ID: E1QnCrZ-0005jH-Ag () vcs ! savannah ! gnu ! org
[Download RAW message or body]

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 <strk@keybit.net>
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

_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic