summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-14 12:38:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-14 12:38:21 +0000
commitccd153cdbf4d5b95e5f5c37eaad2dac938574bde (patch)
tree442ed68a0160813c51cf4b6469facbc330987697
parenta678bf558190fcf09df767e5ec7782277e25142f (diff)
downloadATCD-ccd153cdbf4d5b95e5f5c37eaad2dac938574bde.tar.gz
-rw-r--r--TAO/tao/Valuetype/ValueBase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.cpp b/TAO/tao/Valuetype/ValueBase.cpp
index 0df0c235745..3c853ac06fc 100644
--- a/TAO/tao/Valuetype/ValueBase.cpp
+++ b/TAO/tao/Valuetype/ValueBase.cpp
@@ -648,7 +648,7 @@ CORBA::ValueBase::_tao_write_special_value (TAO_OutputCDR &strm,
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("(%P|%t)ValueBase::_tao_write_special_value found value %X - %X\n"),
+ ACE_TEXT ("(%P|%t)ValueBase::_tao_write_special_value, found value %X - %X\n"),
value, pos));
}
@@ -661,7 +661,7 @@ CORBA::ValueBase::_tao_write_special_value (TAO_OutputCDR &strm,
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) - ValueBase::_tao_write_special_value value, indirection %d\n"), offset));
+ ACE_TEXT ("TAO (%P|%t) - ValueBase::_tao_write_special_value, indirection %d\n"), offset));
}
return strm.write_long (offset);
@@ -680,7 +680,7 @@ CORBA::ValueBase::_tao_write_special_value (TAO_OutputCDR &strm,
else if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("(%P|%t)ValueBase::_tao_marshal bound value %X - %X \n"),
+ ACE_TEXT ("TAO (%P|%t) - ValueBase::_tao_marshal, bound value %X - %X \n"),
value, strm.current()->wr_ptr()));
}