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-2271-ga72afa5
Date: Wed, 09 Mar 2016 12:34:33 +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  a72afa572ede07393cead17211a0ab61210394e4 (commit)
      from  8b336929d19917a4d85629e8a9cd8483ad7f1c60 (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=a72afa572ede07393cead17211a0ab61210394e4


commit a72afa572ede07393cead17211a0ab61210394e4
Author: Nutchanon Wetchasit <address@hidden>
Date:   Wed Mar 9 13:34:19 2016 +0100

    Add the missing open bracket in front of debug messages.

diff --git a/libbase/log.cpp b/libbase/log.cpp
index c74cd5c..1037de2 100644
--- a/libbase/log.cpp
+++ b/libbase/log.cpp
@@ -102,7 +102,7 @@ namespace {
 
         std::uint64_t diff = clocktime::getTicks() - t.startTicks;
         // should we split in seconds/ms ?
-        o << getpid() << ":" << htid << "] " << diff;
+        o << "[" << getpid() << ":" << htid << "] " << diff;
 
         return o;
 

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

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]