summaryrefslogtreecommitdiff
path: root/lib/HttpServ.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/HttpServ.cc')
-rw-r--r--lib/HttpServ.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc
index b67f5f3..ec320bc 100644
--- a/lib/HttpServ.cc
+++ b/lib/HttpServ.cc
@@ -951,4 +951,5 @@ String HttpResponse::code_to_string() {
case HTTP_503_SERVICE_UNAVAILABLE:
return "Service Unavailable";
}
+ return "Unknown return code " + String(return_code);
}