From 6b9a34f450963770436c42b71459cd0fbc2bea10 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 16 May 2006 12:36:32 +0000 Subject: ChangeLogTag: Tue May 16 12:28:12 2006 UTC Johnny Willemsen Fri May 12 11:26:12 2006 UTC Johnny Willemsen Mon May 15 12:58:12 UTC 2006 Johnny Willemsen Tue May 16 12:10:12 UTC 2006 Johnny Willemsen --- TAO/tao/GIOP_Message_State.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'TAO/tao/GIOP_Message_State.cpp') diff --git a/TAO/tao/GIOP_Message_State.cpp b/TAO/tao/GIOP_Message_State.cpp index 6f30b76136b..19f591b623c 100644 --- a/TAO/tao/GIOP_Message_State.cpp +++ b/TAO/tao/GIOP_Message_State.cpp @@ -114,8 +114,10 @@ TAO_GIOP_Message_State::parse_magic_bytes (char *buf) { if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, - ACE_TEXT ("TAO (%P|%t) - bad header, ") - ACE_TEXT ("magic word [%2.2x,%2.2x,%2.2x,%2.2x]\n"), + ACE_TEXT ("TAO (%P|%t) - ") + ACE_TEXT ("TAO_GIOP_Message_State::parse_magic_bytes, ") + ACE_TEXT ("bad header: ") + ACE_TEXT ("magic word [%02x,%02x,%02x,%02x]\n"), buf[0], buf[1], buf[2], @@ -230,7 +232,7 @@ TAO_GIOP_Message_State::get_payload_size (char *rd_ptr) } CORBA::ULong -TAO_GIOP_Message_State::read_ulong (const char *rd_ptr) const +TAO_GIOP_Message_State::read_ulong (const char *rd_ptr) const { CORBA::ULong x = 0; -- cgit v1.2.1