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 77f3974bdd2..ab4f2616e64 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -385,7 +385,7 @@ void Ice::DatagramLimitException::ice_print(ostream& out) const { Exception::ice_print(out); - out << ":\nprotocol error: maximum datagram payload size of " << maxSize << " bytes exceeded"; + out << ":\nprotocol error: maximum datagram payload size exceeded"; } void |