summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-05-12 12:01:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-05-12 12:01:41 +0000
commit9d721a95d8469817386b25388d04fa48a3f64188 (patch)
tree5fbd4b89a7921a3d4bcb437459fafadc6be69a3a /TAO/tao/GIOP_Message_Base.cpp
parenta46242543a543773eb957fc6cfb989270905aea0 (diff)
downloadATCD-9d721a95d8469817386b25388d04fa48a3f64188.tar.gz
ChangeLogTag: Wed May 12 11:57:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index 67506d7cd86..bb6f105f96b 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -92,8 +92,10 @@ TAO_GIOP_Message_Base::generate_request_header (
cdr))
{
if (TAO_debug_level)
- ACE_ERROR ((LM_ERROR,
- ACE_LIB_TEXT ("(%P|%t) Error in writing GIOP header \n")));
+ {
+ ACE_ERROR ((LM_ERROR,
+ ACE_LIB_TEXT ("(%P|%t) Error in writing GIOP header \n")));
+ }
return -1;
}