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 817c1764ce4..daa6ee8b3fe 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -106,7 +106,7 @@ void Ice::ObjectNotExistException::ice_print(ostream& out) const { Exception::ice_print(out); - out << ":\nobject `" << identityToString(identity) << "' does not exist"; + out << ":\nobject `" << identityToString(id) << "' does not exist"; } void |