summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/CommunicatorI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/CommunicatorI.cs')
-rw-r--r--csharp/src/Ice/CommunicatorI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/CommunicatorI.cs b/csharp/src/Ice/CommunicatorI.cs
index dade480ecc5..d4f54bdca1d 100644
--- a/csharp/src/Ice/CommunicatorI.cs
+++ b/csharp/src/Ice/CommunicatorI.cs
@@ -65,7 +65,7 @@ namespace Ice
public string identityToString(Ice.Identity ident)
{
- return Ice.Util.identityToString(ident);
+ return Ice.Util.identityToString(ident, instance_.toStringMode());
}
public ObjectAdapter createObjectAdapter(string name)