diff options
Diffstat (limited to 'cppe/src/IceE/OutgoingConnectionFactory.cpp')
-rwxr-xr-x | cppe/src/IceE/OutgoingConnectionFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/OutgoingConnectionFactory.cpp b/cppe/src/IceE/OutgoingConnectionFactory.cpp index 94338c8ce0f..301d39d0f7e 100755 --- a/cppe/src/IceE/OutgoingConnectionFactory.cpp +++ b/cppe/src/IceE/OutgoingConnectionFactory.cpp @@ -278,7 +278,7 @@ IceInternal::OutgoingConnectionFactory::create(const vector<EndpointPtr>& endpts TraceLevelsPtr traceLevels = _instance->traceLevels(); if(traceLevels->retry >= 2) { - Trace out(_instance->logger(), traceLevels->retryCat); + Trace out(_instance->initializationData().logger, traceLevels->retryCat); out << "connection to endpoint failed"; if(q + 1 != endpoints.end()) |