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: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1622-gedf5c98
Date: Fri, 12 Apr 2013 19:09:17 +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  edf5c984b3754c966f5ac01d99d25a043e53d970 (commit)
       via  c9c178678d01380a26339f160ed7464bcb0d6519 (commit)
      from  265125f4e69f9c4a2346fa42e2df8100eca89011 (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=edf5c984b3754c966f5ac01d99d25a043e53d970


commit edf5c984b3754c966f5ac01d99d25a043e53d970
Merge: c9c1786 265125f
Author: Rob Savoye <address@hidden>
Date:   Fri Apr 12 13:09:11 2013 -0600

    Merge branch 'master' of git.sv.gnu.org:/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=c9c178678d01380a26339f160ed7464bcb0d6519


commit c9c178678d01380a26339f160ed7464bcb0d6519
Author: Rob Savoye <address@hidden>
Date:   Fri Apr 12 13:07:38 2013 -0600

    Change TRACE to FUNCTION for funbction enter/return logging.

diff --git a/libbase/log.cpp b/libbase/log.cpp
index 2920bdd..4f462a9 100644
--- a/libbase/log.cpp
+++ b/libbase/log.cpp
@@ -122,7 +122,7 @@ namespace {
 void
 processLog_trace(const boost::format& fmt)
 {
-    dbglogfile.log(N_("TRACE"), fmt.str());
+    dbglogfile.log(N_("FUNCTION"), 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]