summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-01-29 20:12:03 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-01-29 20:12:03 +0000
commit28479f8cbd01d77d0027fada8a2483b4da131ea4 (patch)
tree2e75ba36eda8a291b97465aea70409469581efe8 /TAO/tao/GIOP_Message_Base.cpp
parentbf0009c3ebff395bc22fd345aa1386b30cbe209e (diff)
downloadATCD-28479f8cbd01d77d0027fada8a2483b4da131ea4.tar.gz
ChangeLogTag:Thu Jan 29 14:10:27 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index 76aeeaee51e..bfe704826f0 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -1284,7 +1284,7 @@ TAO_GIOP_Message_Base::send_error (TAO_Transport *transport)
{
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%N|%l|%P|%t) error sending error to transport %lu\n"),
+ ACE_TEXT ("TAO (%N|%l|%P|%t) error sending error to transport %u\n"),
transport->id ()));
}
@@ -1409,7 +1409,7 @@ TAO_GIOP_Message_Base::
{
if (TAO_debug_level > 0)
ACE_ERROR ((LM_ERROR,
- "(%P|%t) error closing connection %lu, errno = %d\n",
+ "(%P|%t) error closing connection %u, errno = %d\n",
transport->id (), errno));
}
@@ -1529,7 +1529,7 @@ TAO_GIOP_Message_Base::dump_msg (const char *label,
"TAO (%P|%t) - GIOP_Message_Base::dump_msg, "
"%s GIOP v%c.%c msg, %d data bytes, %s endian, "
"Type %s[%u]\n",
- label,
+ ACE_TEXT_CHAR_TO_TCHAR (label),
digits[ptr[TAO_GIOP_VERSION_MAJOR_OFFSET]],
digits[ptr[TAO_GIOP_VERSION_MINOR_OFFSET]],
len - TAO_GIOP_MESSAGE_HEADER_LEN ,