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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-603-g21fd3d7
Date: Sat, 30 Jul 2011 15:59:53 +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  21fd3d79abd0a0ae4d12323ff045d17edc722b1a (commit)
      from  15277ad6771ca4919dd377d52e2f3432a79c94c8 (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=21fd3d79abd0a0ae4d12323ff045d17edc722b1a


commit 21fd3d79abd0a0ae4d12323ff045d17edc722b1a
Author: Sandro Santilli <address@hidden>
Date:   Sat Jul 30 17:59:16 2011 +0200

    Drop spurious newline from per-frame debug line

diff --git a/utilities/processor.cpp b/utilities/processor.cpp
index 40f2248..938ff76 100644
--- a/utilities/processor.cpp
+++ b/utilities/processor.cpp
@@ -596,7 +596,7 @@ play_movie(const std::string& filename, const RunResources& 
runResources)
                 resetLastAdvanceTimer();
             }
 
-            log_debug("iteration, timer: %lu, localDelay: %ld\n",
+            log_debug("iteration, timer: %lu, localDelay: %ld",
                     cl.elapsed(), localDelay);
             gnashSleep(localDelay);
         }

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

Summary of changes:
 utilities/processor.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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