summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorDoug Bailey <dbailey@digium.com>2008-09-24 22:05:44 +0000
committerDoug Bailey <dbailey@digium.com>2008-09-24 22:05:44 +0000
commit946c796f9ee5c6860b9f538570f0879c98e06773 (patch)
tree59e587bb43c33a082e310a08bfb631fcc496c390 /res/res_phoneprov.c
parent1c2cbc926b19905d4bff1ee8198ee9f6186e9ccc (diff)
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
Diffstat (limited to 'res/res_phoneprov.c')
-rw-r--r--res/res_phoneprov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index ddb2b4d93..52404b59f 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -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);