summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chttpd.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd.erl b/src/chttpd.erl
index 47d4c6a7..3e46b263 100644
--- a/src/chttpd.erl
+++ b/src/chttpd.erl
@@ -510,7 +510,7 @@ error_info({bad_request, Reason}) ->
error_info({query_parse_error, Reason}) ->
{400, <<"query_parse_error">>, Reason};
error_info(database_does_not_exist) ->
- {404, <<"not_found">>, <<"database_does_not_exist">>};
+ {404, <<"not_found">>, <<"Database does not exist.">>};
error_info(not_found) ->
{404, <<"not_found">>, <<"missing">>};
error_info({not_found, Reason}) ->