[asterisk-scf-commits] asterisk-scf/integration/servicediscovery.git branch "retry_deux" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed May 2 14:38:19 CDT 2012


branch "retry_deux" has been updated
       via  2cc0fd7b58a2265c2a529362cb0c14d91c1ae2e1 (commit)
      from  6aa3a338e2d45f7b8fc63afbf35e2ee4bdd59453 (commit)

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


- Log -----------------------------------------------------------------
commit 2cc0fd7b58a2265c2a529362cb0c14d91c1ae2e1
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Wed May 2 14:38:17 2012 -0500

    Log the activation of the component.

diff --git a/src/ServiceLocator.cpp b/src/ServiceLocator.cpp
index 9256ed4..72abb23 100644
--- a/src/ServiceLocator.cpp
+++ b/src/ServiceLocator.cpp
@@ -120,6 +120,8 @@ public:
                 (*listener)->activated(AsteriskSCF::Operations::createContext(context),
                     ReplicaPrx::uncheckedCast(mAdapter->createDirectProxy(mAdapter->getCommunicator()->stringToIdentity(ReplicaServiceId))));
             }
+
+            lg(Info) << "ServiceLocator activated.";
         }
         catch (const std::exception& e)
         {
@@ -373,7 +375,7 @@ void ServiceLocatorApp::start(const string& appName, const Ice::CommunicatorPtr&
 	lg(Warning) << "Operating in an active and standalone state." << endl;
     }
 
-    lg(Info) << "Activated service discovery management.";
+    lg(Info) << "Publishing service discovery management.";
 
     string locatorAdapterName = appName + ".Locator.ServiceAdapter";
     mDiscoveryAdapter = communicator->createObjectAdapterWithEndpoints(locatorAdapterName,
@@ -399,7 +401,7 @@ void ServiceLocatorApp::start(const string& appName, const Ice::CommunicatorPtr&
 
     mDiscoveryAdapter->activate();
 
-    lg(Info) << "Activated service discovery.";
+    lg(Info) << "Publishing service discovery.";
 
     if (standAlone)
     {

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


-- 
asterisk-scf/integration/servicediscovery.git



More information about the asterisk-scf-commits mailing list