[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "logformat" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Apr 26 10:54:09 CDT 2011


branch "logformat" has been updated
       via  777631eeb22062d1d18080c4eca5a93b45d12c73 (commit)
      from  00fefc259ca829ba21e17b574b7cfe0d50b777d1 (commit)

Summary of changes:
 client/src/OstreamLogger.cpp |    2 +-
 client/test/ExpectedLogOut.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 777631eeb22062d1d18080c4eca5a93b45d12c73
Author: Fred Anderson <fanderson at digium.com>
Date:   Tue Apr 26 10:52:35 2011 -0500

    Fixed warnings

diff --git a/client/src/OstreamLogger.cpp b/client/src/OstreamLogger.cpp
index 4e7cb19..37a2e68 100644
--- a/client/src/OstreamLogger.cpp
+++ b/client/src/OstreamLogger.cpp
@@ -30,7 +30,7 @@ public:
 
     }
 
-    void logs(const std::string& name, Level logLevel,
+    void logs(const std::string&, Level,
         const std::string& message)
     {
         boost::unique_lock<boost::mutex> lock(mMutex);
diff --git a/client/test/ExpectedLogOut.h b/client/test/ExpectedLogOut.h
index c79c248..a4659b6 100644
--- a/client/test/ExpectedLogOut.h
+++ b/client/test/ExpectedLogOut.h
@@ -28,7 +28,7 @@ public:
     {
     }
 
-    void logs(const std::string& name, Level logLevel,
+    void logs(const std::string&, Level,
         const std::string& message)
     {
         mActual << message << '\n';

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


-- 
asterisk-scf/integration/logger.git



More information about the asterisk-scf-commits mailing list