[dss-commits] digitalSTROM Server branch, master, updated. a2574b34c80a3ea556da7c2de9c512226204f753

git version control dss-commits at forum.digitalstrom.org
Tue Jan 5 16:40:19 CET 2010


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 "digitalSTROM Server".

The branch, master has been updated
       via  a2574b34c80a3ea556da7c2de9c512226204f753 (commit)
      from  e3ee6dcd6a6bc9e5d2cde6275ce4ac118cf8fec2 (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 -----------------------------------------------------------------
commit a2574b34c80a3ea556da7c2de9c512226204f753
Author: Patrick Stählin <pstaehlin at futurelab.ch>
Date:   Tue Jan 5 16:38:25 2010 +0100

    Last push should have included this commit.
    
    Comment in some commented out code. Oops...

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

Changes:
diff --git a/core/logger.cpp b/core/logger.cpp
index 7ba39f0..8332e1f 100644
--- a/core/logger.cpp
+++ b/core/logger.cpp
@@ -118,13 +118,11 @@ namespace dss {
 
     m_logTarget->outputStream() << logMessage; // only for backward compatibility
 
-/*
     m_handlerListMutex.lock();
     foreach(LogHandler *h,m_handlerList) {
       h->handle(logMessage);
     }
     m_handlerListMutex.unlock();
-*/
   } // log
 
   void Logger::log(const char* _message, const aLogSeverity _severity) {


hooks/post-receive
-- 
digitalSTROM Server


More information about the dss-commits mailing list