diff options
Diffstat (limited to 'cpp/src/IceGrid/InternalRegistryI.cpp')
-rw-r--r-- | cpp/src/IceGrid/InternalRegistryI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/InternalRegistryI.cpp b/cpp/src/IceGrid/InternalRegistryI.cpp index b655a31f4b2..43332e40a1f 100644 --- a/cpp/src/IceGrid/InternalRegistryI.cpp +++ b/cpp/src/IceGrid/InternalRegistryI.cpp @@ -70,7 +70,7 @@ public: } catch(const Ice::LocalException& ex) { - Ice::Warning out(_proxy->ice_communicator()->getLogger()); + Ice::Warning out(_proxy->ice_getCommunicator()->getLogger()); out << "unexpected exception while reaping node session:\n" << ex; } } |