diff options
Diffstat (limited to 'js/src/Ice/Operation.js')
-rw-r--r-- | js/src/Ice/Operation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/Operation.js b/js/src/Ice/Operation.js index b32cac1f168..bc115ba8c0e 100644 --- a/js/src/Ice/Operation.js +++ b/js/src/Ice/Operation.js @@ -374,7 +374,7 @@ var __dispatchImpl = function(servant, op, incomingAsync, current) if(method === undefined || typeof(method) !== "function") { var comm = current.adapter.getCommunicator(); - var msg = "servant for identity " + comm.identityToString(current.id) + + var msg = "servant for identity " + Ice.identityToString(current.id) + " does not define operation `" + op.servantMethod + "'"; throw new Ice.UnknownException(msg); } |