summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);