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. cc60230cc40241183c19


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


commit cc60230cc40241183c19c562d85d7a3b66f466a3
Author: Sandro Santilli <address@hidden>
Date:   Fri Nov 19 22:54:13 2010 +0100

    Do not log an error when media handler _exists_ (just spreading terror)

diff --git a/testsuite/MovieTester.cpp b/testsuite/MovieTester.cpp
index b8ed9f9..a6c9a78 100644
--- a/testsuite/MovieTester.cpp
+++ b/testsuite/MovieTester.cpp
@@ -586,8 +586,10 @@ MovieTester::initTestingSoundHandlers()
     // w/out a registered MediaHandler .
     // Should be fixed though...
     if (_mediaHandler.get()) {
-        log_error("MediaHandler::get returns: %s", _mediaHandler.get());
         _sound_handler.reset(new sound::NullSoundHandler(_mediaHandler.get()));
+    } else {
+        log_error("No media handler available, "
+            "could not construct sound handler");
     }
 }
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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