diff options
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. |