summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Queued_Data.cpp')
-rw-r--r--TAO/tao/Queued_Data.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Queued_Data.cpp b/TAO/tao/Queued_Data.cpp
index 32b929cdb8f..9e636c75944 100644
--- a/TAO/tao/Queued_Data.cpp
+++ b/TAO/tao/Queued_Data.cpp
@@ -144,7 +144,7 @@ TAO_Queued_Data::release (TAO_Queued_Data *qd)
if (TAO_debug_level == 4)
{
// This debug is for testing purposes!
- ACE_DEBUG ((LM_DEBUG,
+ TAOLIB_DEBUG ((LM_DEBUG,
"TAO (%P|%t) - Queued_Data[%d]::release\n",
"Using global pool for releasing\n"));
}
@@ -188,7 +188,7 @@ TAO_Queued_Data::duplicate (TAO_Queued_Data &sqd)
if (TAO_debug_level == 4)
{
// This debug is for testing purposes!
- ACE_DEBUG ((LM_DEBUG,
+ TAOLIB_DEBUG ((LM_DEBUG,
"TAO (%P|%t) - Queued_Data[%d]::duplicate\n",
"Using global pool for allocation\n"));
}