[asterisk-scf-commits] asterisk-scf/integration/ice-util-cpp.git branch "basecomponentfix" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Sep 26 13:36:46 CDT 2011


branch "basecomponentfix" has been updated
       via  cf940fff375cc8b87db6681f854abfc6d4406515 (commit)
      from  9d71e8dfcbbe7fb8d6e5d9946c73d0683bbf0fd8 (commit)

Summary of changes:
 src/Component/Component.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit cf940fff375cc8b87db6681f854abfc6d4406515
Author: Benjamin Oldenburg <benjamin.oldenburg at bericom.eu>
Date:   Mon Sep 26 20:36:23 2011 +0200

    Nun aber beim zweiten Anlauf: 'Proxies' nun auch aus der Fehlerausgabe entfernt...

diff --git a/src/Component/Component.cpp b/src/Component/Component.cpp
index dceec56..2fd3fba 100644
--- a/src/Component/Component.cpp
+++ b/src/Component/Component.cpp
@@ -765,7 +765,7 @@ void Component::initServiceLocatorProxies()
 	if(timeout < 1)
 	{
 		mLogger(Error) << BOOST_CURRENT_FUNCTION << "The value (=" << timeout << ") of the property '"
-			<< mName + ".InitServiceLocatorProxiesTimeout"
+			<< mName + ".InitServiceLocatorTimeout"
 			<< "' cannot be less than 1.";
         throw;
 	}
@@ -773,7 +773,7 @@ void Component::initServiceLocatorProxies()
 	if(retryDelay < 1)
 	{
 		mLogger(Error) << BOOST_CURRENT_FUNCTION << "The value (=" << retryDelay << ") of the property '"
-			<< mName + ".InitServiceLocatorProxiesRetryDelay"
+			<< mName + ".InitServiceLocatorRetryDelay"
 			<< "' cannot be less than 1.";
         throw;
 	}

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


-- 
asterisk-scf/integration/ice-util-cpp.git



More information about the asterisk-scf-commits mailing list