summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-07-30 03:09:01 +0000
committerMichi Henning <michi@zeroc.com>2003-07-30 03:09:01 +0000
commit61924a00ce03e089df17fbecba1e11815bec32d9 (patch)
tree2f423907f83c50da173eeaa850ef31e056beacb2 /cpp/src/Ice/Exception.cpp
parentgcc fixes for Win32 changes (diff)
downloadice-61924a00ce03e089df17fbecba1e11815bec32d9.tar.bz2
ice-61924a00ce03e089df17fbecba1e11815bec32d9.tar.xz
ice-61924a00ce03e089df17fbecba1e11815bec32d9.zip
Updated receiving side for DatagramLimitException. Test is now done in
ThreadPool, as it should have been all along.
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 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