Skip to content
Snippets Groups Projects
Commit 946c796f authored by Doug Bailey's avatar Doug Bailey
Browse files

Blanch the 404 error message for those with no sense of humor

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1c2cbc92
No related branches found
No related tags found
No related merge requests found
......@@ -526,7 +526,7 @@ out404:
*status = 404;
*title = strdup("Not Found");
*contentlength = 0;
return ast_http_error(404, "Not Found", NULL, "Nothing to see here. Move along.");
return ast_http_error(404, "Not Found", NULL, "The requested URL was not found on this server.");
out500:
route = unref_route(route);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment