summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
index 4e594216cfe..825a6fa4771 100644
--- a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
@@ -473,7 +473,7 @@ TAO_PropertySet::define_property (const char *property_name,
if (this->hash_table_.rebind (hash_key,
hash_value) != 1)
{
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
"TAO_PropertySet::Define Property failed\n"));
throw CORBA::UNKNOWN ();
}
@@ -692,7 +692,7 @@ TAO_PropertySet::get_all_property_names (CORBA::ULong how_many,
if (iterator.next (entry_ptr) != 0)
if (property_set->hash_table_.bind (entry_ptr->ext_id_,
entry_ptr->int_id_) < 0)
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
"Error:TAO_PropertySet::get_all_property_names\n"));
// Make the NamesIterator out of this TAO_PropertySet.
@@ -864,7 +864,7 @@ TAO_PropertySet::get_all_properties (CORBA::ULong how_many,
if (iterator.next (entry_ptr) != 0
&& prop_set->hash_table_.bind (entry_ptr->ext_id_,
entry_ptr->int_id_) < 0)
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
"Error:TAO_PropertySet::get_all_properties\n"));
}