diff options
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 |