diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-29 15:39:34 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-29 15:39:34 +0000 |
commit | 71fe343df90f61c8f92c18ac27afd9cb6ae3579a (patch) | |
tree | cfaa73e3da737e17fb18aa29d7caf3e584689a63 /cpp/src/Ice/Exception.cpp | |
parent | Removed throw() (diff) | |
download | ice-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.cpp | 2 |
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 |