diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/request.esp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/request.esp b/services/request.esp index 970ea6b4fb..1b33b61964 100644 --- a/services/request.esp +++ b/services/request.esp @@ -450,7 +450,7 @@ if (valid) if (! valid) { error.setError(jsonrpc.Constant.ErrorCode.MethodNotFound, - "Method `" + method + "` not found."); + "Method `" + jsonInput.method + "` not found."); error.Send(); return; } |