summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r--cpp/src/Ice/Exception.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index 7264ad82e9c..0f578d38a05 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -92,10 +92,10 @@ Ice::ObjectAdapterDeactivatedException::ice_print(ostream& out) const
}
void
-Ice::ObjectAdapterNameInUseException::ice_print(ostream& out) const
+Ice::ObjectAdapterIdInUseException::ice_print(ostream& out) const
{
Exception::ice_print(out);
- out << ":\nobject adapter name `" << name << "' already in use";
+ out << ":\nobject adapter `" << name << "' uses an id `" << id << "' which is already in use";
}
void