summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp
index ce233f9935f..80109f82794 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp
@@ -372,7 +372,7 @@ TAO_LB_LoadManager::register_load_monitor (
if (this->timer_id_ == -1)
{
if (TAO_debug_level > 0)
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
"TAO_LB_LoadManager::register_load_monitor: "
"Unable to schedule timer.\n"));
@@ -388,7 +388,7 @@ TAO_LB_LoadManager::register_load_monitor (
else if (result != 0)
{
if (TAO_debug_level > 0)
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
"TAO_LB_LoadManager::register_load_monitor: "
"Unable to register load monitor.\n"));
@@ -434,7 +434,7 @@ TAO_LB_LoadManager::remove_load_monitor (
if (this->reactor_->cancel_timer (this->timer_id_) == 0)
{
if (TAO_debug_level > 0)
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
"TAO_LB_LoadManager::remove_load_monitor: "
"Unable to cancel timer.\n"));
@@ -863,7 +863,7 @@ TAO_LB_LoadManager::initialize (ACE_Reactor * reactor,
if (this->ping_interval_ > ACE_Time_Value::zero && this->activate(THR_NEW_LWP | THR_JOINABLE, 1) != 0)
{
- ACE_ERROR((LM_ERROR,
+ ORBSVCS_ERROR((LM_ERROR,
ACE_TEXT ("(%P|%t)TAO_LB_LoadManager::initialize failed to activate ")
ACE_TEXT ("thread to validate connection.\n")));
throw CORBA::INTERNAL ();