summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-20 14:07:11 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-20 14:07:11 +0100
commit716be1c9c28aa36931def96a9a22aded8c0bc525 (patch)
treebf44d470942125ab0469aa405073ec57a98c05e2 /cpp/src/Ice/InstrumentationI.cpp
parentRPM build fixes (diff)
downloadice-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.cpp2
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&)
{