summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/Reference.cs
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-05-26 09:51:07 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-05-26 09:51:07 +0200
commitb981629221873b82021738b3960ea21c7928b3a2 (patch)
treeb3d081184b9eadfff2fd67f7f80dd3303fbd93db /csharp/src/Ice/Reference.cs
parentFix (ICE-7921) - Bogus debugger settings with Nuget packages (diff)
downloadice-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.cs2
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.