summaryrefslogtreecommitdiff
path: root/src/Http.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Http.cc')
-rw-r--r--src/Http.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Http.cc b/src/Http.cc
index 1a731b2..4e3e2a6 100644
--- a/src/Http.cc
+++ b/src/Http.cc
@@ -44,5 +44,5 @@ const char * Balau::Http::getStatusMsg(int httpStatus) {
case 504: return "Gateway Timeout";
case 505: return "HTTP Version Not Supported";
}
- return NULL;
+ return "Unknown HTTP code";
}