[asterisk-scf-commits] asterisk-scf/release/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jun 3 11:09:13 CDT 2011


branch "master" has been updated
       via  b1411d90beaf59d710f87311c0471b57c29ab71f (commit)
      from  2e92a5419e33830e5896a7121eacb79d8450b28a (commit)

Summary of changes:
 src/SessionCollection.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit b1411d90beaf59d710f87311c0471b57c29ab71f
Author: Brent Eagles <beagles at digium.com>
Date:   Fri Jun 3 13:38:55 2011 -0230

    Fixing build error

diff --git a/src/SessionCollection.h b/src/SessionCollection.h
index da7100c..745c7df 100644
--- a/src/SessionCollection.h
+++ b/src/SessionCollection.h
@@ -106,7 +106,7 @@ public:
             }
             catch (const std::exception& ex)
             {
-                mLogger(Error) << "visitSessions caught " << ex.what();
+                mLogger(AsteriskSCF::System::Logging::Error) << "visitSessions caught " << ex.what();
                 if (!ignoreExceptions)
                 {
                     throw;

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


-- 
asterisk-scf/release/bridging.git



More information about the asterisk-scf-commits mailing list