summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/Ice/InstrumentationI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/InstrumentationI.cs b/csharp/src/Ice/InstrumentationI.cs
index 1e9a9ae3059..d4c1683fd30 100644
--- a/csharp/src/Ice/InstrumentationI.cs
+++ b/csharp/src/Ice/InstrumentationI.cs
@@ -291,7 +291,7 @@ namespace IceInternal
add("operation", cl.GetMethod("getCurrent"), clc.GetField("operation"));
add("identity", cl.GetMethod("getIdentity"));
add("facet", cl.GetMethod("getCurrent"), clc.GetField("facet"));
- add("current", cl.GetMethod("getCurrent"), clc.GetField("requestId"));
+ add("requestId", cl.GetMethod("getCurrent"), clc.GetField("requestId"));
add("mode", cl.GetMethod("getMode"));
}
catch(Exception)