summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.cpp
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-24 14:32:45 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-24 14:32:45 +0000
commite1a4f61140a253c8183f9212ae231c3737f38026 (patch)
tree59d9867ba62f09cdb060994a425674138338f3c9 /TAO/tao/GIOP_Message_Base.cpp
parent332ca7fd22646863cc0ca01e30d68a9604690e42 (diff)
downloadATCD-e1a4f61140a253c8183f9212ae231c3737f38026.tar.gz
Thu May 24 15:31:00 UTC 2012 Simon Massey <simon dot massey at prismtech dot com>
Minor re-wording and addition of error messages to help pin-point ZIOP miss-configuration problems.
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index d2b9745c4e5..a4f17a0beb5 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -746,7 +746,7 @@ TAO_GIOP_Message_Base::decompress (ACE_Data_Block **db, TAO_Queued_Data& qd,
if (TAO_debug_level > 0)
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) ERROR: Unable to decompress ")
- ACE_TEXT ("data.\n")));
+ ACE_TEXT ("data (Server is not ZIOP enabled).\n")));
return false;
}