diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-11-20 14:07:11 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-11-20 14:07:11 +0100 |
commit | 716be1c9c28aa36931def96a9a22aded8c0bc525 (patch) | |
tree | bf44d470942125ab0469aa405073ec57a98c05e2 /cpp/src/Ice/InstrumentationI.cpp | |
parent | RPM build fixes (diff) | |
download | ice-716be1c9c28aa36931def96a9a22aded8c0bc525.tar.bz2 ice-716be1c9c28aa36931def96a9a22aded8c0bc525.tar.xz ice-716be1c9c28aa36931def96a9a22aded8c0bc525.zip |
ICE-4965: added Python Ice/metrics demo
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.cpp')
-rw-r--r-- | cpp/src/Ice/InstrumentationI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/InstrumentationI.cpp b/cpp/src/Ice/InstrumentationI.cpp index 0790bd34689..c9f17cdd662 100644 --- a/cpp/src/Ice/InstrumentationI.cpp +++ b/cpp/src/Ice/InstrumentationI.cpp @@ -406,7 +406,7 @@ public: { try { - os << _proxy << " [" << _operation << ']'; + os << _proxy->ice_endpoints(Ice::EndpointSeq()) << " [" << _operation << ']'; } catch(const FixedProxyException&) { |