summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-29 15:39:34 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-29 15:39:34 +0000
commit71fe343df90f61c8f92c18ac27afd9cb6ae3579a (patch)
treecfaa73e3da737e17fb18aa29d7caf3e584689a63 /cpp/src/Ice/Exception.cpp
parentRemoved throw() (diff)
downloadice-71fe343df90f61c8f92c18ac27afd9cb6ae3579a.tar.bz2
ice-71fe343df90f61c8f92c18ac27afd9cb6ae3579a.tar.xz
ice-71fe343df90f61c8f92c18ac27afd9cb6ae3579a.zip
fix
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r--cpp/src/Ice/Exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index 632b2f59894..848c7d5f83e 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -369,7 +369,7 @@ void
Ice::MarshalException::ice_print(ostream& out) const
{
Exception::ice_print(out);
- out << ":\nprotocol error: error during unmarshaling";
+ out << ":\nprotocol error: error during marshaling or unmarshaling";
}
void