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-1626-g9ed128d
Date: Tue, 25 Jun 2013 15:20:57 +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  9ed128df862f00c94a0591c83faafcb1cdf7fc59 (commit)
      from  ae47be9a85eed55aaa99bba1c12959e249f06944 (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=9ed128df862f00c94a0591c83faafcb1cdf7fc59


commit 9ed128df862f00c94a0591c83faafcb1cdf7fc59
Author: Sandro Santilli <address@hidden>
Date:   Tue Jun 25 17:00:31 2013 +0200

    Revert "Change TRACE to FUNCTION for funbction enter/return logging."
    
    This reverts commit c9c178678d01380a26339f160ed7464bcb0d6519, fixing
    https://savannah.gnu.org/bugs/index.php?39338

diff --git a/libbase/log.cpp b/libbase/log.cpp
index 4f462a9..2920bdd 100644
--- a/libbase/log.cpp
+++ b/libbase/log.cpp
@@ -122,7 +122,7 @@ namespace {
 void
 processLog_trace(const boost::format& fmt)
 {
-    dbglogfile.log(N_("FUNCTION"), fmt.str());
+    dbglogfile.log(N_("TRACE"), fmt.str());
     // Print messages to the Android log, where they can be retrieved with
     // logcat.    
 #ifdef __ANDROID__

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

Summary of changes:
 libbase/log.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]