diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-26 09:51:07 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-26 09:51:07 +0200 |
commit | b981629221873b82021738b3960ea21c7928b3a2 (patch) | |
tree | b3d081184b9eadfff2fd67f7f80dd3303fbd93db /csharp/src/Ice/Reference.cs | |
parent | Fix (ICE-7921) - Bogus debugger settings with Nuget packages (diff) | |
download | ice-b981629221873b82021738b3960ea21c7928b3a2.tar.bz2 ice-b981629221873b82021738b3960ea21c7928b3a2.tar.xz ice-b981629221873b82021738b3960ea21c7928b3a2.zip |
Fixed ICE-7922 - Review retry/network tracing
Diffstat (limited to 'csharp/src/Ice/Reference.cs')
-rw-r--r-- | csharp/src/Ice/Reference.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Reference.cs b/csharp/src/Ice/Reference.cs index a27d37b2958..09628f4b120 100644 --- a/csharp/src/Ice/Reference.cs +++ b/csharp/src/Ice/Reference.cs @@ -1334,7 +1334,7 @@ namespace IceInternal if(traceLevels.retry >= 2) { String s = "connection to cached endpoints failed\n" + - "removing endpoints from cache and trying one more time\n" + ex; + "removing endpoints from cache and trying again\n" + ex; _ir.getInstance().initializationData().logger.trace(traceLevels.retryCat, s); } _ir.getConnectionNoRouterInfo(_cb); // Retry. |