gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9970: be more verbose about failure


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9970: be more verbose about failure in AudioDecoder initialization
Date: Wed, 08 Oct 2008 18:22:46 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9970
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2008-10-08 18:22:46 +0200
message:
  be more verbose about failure in AudioDecoder initialization
modified:
  libmedia/ffmpeg/sound_handler_sdl.cpp
=== modified file 'libmedia/ffmpeg/sound_handler_sdl.cpp'
--- a/libmedia/ffmpeg/sound_handler_sdl.cpp     2008-10-08 14:13:08 +0000
+++ b/libmedia/ffmpeg/sound_handler_sdl.cpp     2008-10-08 16:22:46 +0000
@@ -294,7 +294,7 @@
        }
        catch (MediaException& e)
        {
-           log_error("AudioDecoder initialization failed");
+           log_error("AudioDecoder initialization failed: %s", e.what());
        }
 
     // Push the sound onto the playing sounds container.


reply via email to

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