r20538: Web Application Framework
[samba.git] / services / request.esp
index 970ea6b4fb759ad57c924e6109f662d401273556..1b33b6196475b6a953abb4cfb271a5d1aaf4108f 100644 (file)
@@ -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;
 }