summaryrefslogtreecommitdiff
path: root/rotord/rotord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotord.cpp')
-rwxr-xr-xrotord/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp
index 15210e9..c47823d 100755
--- a/rotord/rotord.cpp
+++ b/rotord/rotord.cpp
@@ -168,8 +168,8 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS
//just invoking sID
if (request.getMethod()=="DELETE") {
task->cancel();
- XML.addValue("status","1");
status=HTTPResponse::HTTP_OK;
+ XML.addValue("status","context deleted succesfully");
}
else {
XML.addValue("error","Render context invoked with no command");