summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 21:10:47 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 21:10:47 +0200
commitf5b9533e9933298f6d9532434ffd7378d15e22d9 (patch)
treec14ff782e0eb4c54d0e09bfddb812c6d36f63691
parent6f23f063d837def2f10d284c8f21c12dd077bbf7 (diff)
downloadATCD-f5b9533e9933298f6d9532434ffd7378d15e22d9.tar.gz
Logging change
* TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp b/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp
index 84d684a84b8..0f065bb9d2c 100644
--- a/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp
@@ -576,7 +576,7 @@ AsyncAccessManager::notify_child_death (int pid)
if (ImR_Locator_i::debug () > 1)
{
ORBSVCS_ERROR ((LM_ERROR,
- ACE_TEXT ("(%P|%t) AsyncAccessManager(%@), child death, server <%C> pid <%d> does not match ")
+ ACE_TEXT ("(%P|%t) AsyncAccessManager(%@), notify_child_death, server <%C> pid <%d> does not match ")
ACE_TEXT ("this info_.pid <%d> prev_pid <%d>\n"),
this, info_->ping_id (), pid,
this->info_->pid, this->prev_pid_));