summaryrefslogtreecommitdiff
path: root/rotord/src/rotord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotord.cpp')
-rwxr-xr-xrotord/src/rotord.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp
index df1ee6a..57318ed 100755
--- a/rotord/src/rotord.cpp
+++ b/rotord/src/rotord.cpp
@@ -155,6 +155,9 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS
case NOT_FOUND:
XML.addAttribute("render","status","error - not found",i);
break;
+ case CANCELLED:
+ XML.addAttribute("render","status","render cancelled",i);
+ break;
}
context_found=true;
}