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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 7ffcf380483239f13328b87e55d1cb8fece98958
Date: Mon, 22 Nov 2010 15:27:01 +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  7ffcf380483239f13328b87e55d1cb8fece98958 (commit)
      from  6b83cf65303ae6cd95bfc0ab2b2711ad6f464286 (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=7ffcf380483239f13328b87e55d1cb8fece98958


commit 7ffcf380483239f13328b87e55d1cb8fece98958
Author: Sandro Santilli <address@hidden>
Date:   Mon Nov 22 16:26:42 2010 +0100

    do not translate debug messages

diff --git a/libcore/parser/SWFMovieDefinition.cpp 
b/libcore/parser/SWFMovieDefinition.cpp
index 3b23623..8bdc265 100644
--- a/libcore/parser/SWFMovieDefinition.cpp
+++ b/libcore/parser/SWFMovieDefinition.cpp
@@ -554,7 +554,7 @@ SWFMovieDefinition::incrementLoadedFrames()
     }
 
 #ifdef DEBUG_FRAMES_LOAD
-    log_debug(_("Loaded frame %u/%u"), _frames_loaded, m_frame_count);
+    log_debug("Loaded frame %u/%u", _frames_loaded, m_frame_count);
 #endif
 
     // signal load of frame if anyone requested it
@@ -686,8 +686,8 @@ SWFMovieDefinition::importResources(
             // so sleep some and try again
             if (new_loading_frame != loading_frame) {
 #ifdef DEBUG_EXPORTS
-                log_debug(_("looking for exported resource: frame load "
-                            "advancement (from %d to %d)"),
+                log_debug("looking for exported resource: frame load "
+                            "advancement (from %d to %d)",
                     loading_frame, new_loading_frame);
 #endif
                 loading_frame = new_loading_frame;

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

Summary of changes:
 libcore/parser/SWFMovieDefinition.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]