summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp')
-rw-r--r--TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp
index 4fe713cc68a..ae69d1df695 100644
--- a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp
+++ b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp
@@ -46,7 +46,7 @@ void TAO::FT_FaultEventDescriptor::dump ()
if (this->all_at_location_failed == 1)
{
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO::FT_FaultEventDescriptor::dump: ")
ACE_TEXT ("All objects at location <%s> failed.\n"),
loc_as_string.c_str()
@@ -55,7 +55,7 @@ void TAO::FT_FaultEventDescriptor::dump ()
if (this->all_of_type_at_location_failed == 1)
{
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO::FT_FaultEventDescriptor::dump: ")
ACE_TEXT ("All objects of type <%s> at location <%s> failed.\n"),
this->type_id.in(),
@@ -65,7 +65,7 @@ void TAO::FT_FaultEventDescriptor::dump ()
if (this->object_at_location_failed == 1)
{
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO::FT_FaultEventDescriptor::dump: ")
ACE_TEXT ("Replica of type <%s> with ObjectGroupId <%Q> ")
ACE_TEXT ("at location <%s> failed.\n"),
@@ -77,7 +77,7 @@ void TAO::FT_FaultEventDescriptor::dump ()
if (this->object_is_primary == 1)
{
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO::FT_FaultEventDescriptor::dump: ")
ACE_TEXT ("Primary replica of ObjectGroupId <%Q> failed.\n"),
this->object_group_id