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. 92f1413a0937a2c9f2e3


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 92f1413a0937a2c9f2e38317b168030ce76b4704
Date: Fri, 19 Nov 2010 21:58:48 +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  92f1413a0937a2c9f2e38317b168030ce76b4704 (commit)
      from  cc60230cc40241183c19c562d85d7a3b66f466a3 (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=92f1413a0937a2c9f2e38317b168030ce76b4704


commit 92f1413a0937a2c9f2e38317b168030ce76b4704
Author: Sandro Santilli <address@hidden>
Date:   Fri Nov 19 22:58:44 2010 +0100

    Since we're logging an error for missing _interfaceHandler (which we maybe 
shuldn't), do it with more informations

diff --git a/libcore/movie_root.cpp b/libcore/movie_root.cpp
index 404bb11..bc2bba7 100644
--- a/libcore/movie_root.cpp
+++ b/libcore/movie_root.cpp
@@ -2268,7 +2268,8 @@ movie_root::callInterface(const std::string& cmd, const 
std::string& arg) const
 {
     if (_interfaceHandler) return _interfaceHandler->call(cmd, arg);
 
-    log_error("Hosting application registered no callback for events/queries");
+    log_error("Hosting application registered no callback for events/queries"
+        ", can't call %s(%s)", cmd, arg);
 
     return "<no iface to hosting app>";
 }

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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