summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/Incoming.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/Incoming.cs')
-rw-r--r--csharp/src/Ice/Incoming.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Incoming.cs b/csharp/src/Ice/Incoming.cs
index 47d892986af..4fdf734e0b6 100644
--- a/csharp/src/Ice/Incoming.cs
+++ b/csharp/src/Ice/Incoming.cs
@@ -222,7 +222,7 @@ namespace IceInternal
IceUtilInternal.OutputBase output = new IceUtilInternal.OutputBase(sw);
output.setUseTab(false);
output.print("dispatch exception:");
- output.print("\nidentity: " + instance_.identityToString(current_.id));
+ output.print("\nidentity: " + Ice.Util.identityToString(current_.id));
output.print("\nfacet: " + IceUtilInternal.StringUtil.escapeString(current_.facet, ""));
output.print("\noperation: " + current_.operation);
if(current_.con != null)