aboutsummaryrefslogtreecommitdiffstats
path: root/src/http-svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http-svc.c')
-rw-r--r--src/http-svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http-svc.c b/src/http-svc.c
index 3b9db7ad..839fc2ff 100644
--- a/src/http-svc.c
+++ b/src/http-svc.c
@@ -249,7 +249,7 @@ STATIC int newRequest(void *cls,
}
// Nothing respond to this request Files, API, Angular Base
- const char *errorstr = "<html><body>Alsa-Json-Gateway Unknown or Not readable file</body></html>";
+ const char *errorstr = "<html><body>AFB-Daemon File Not Find file</body></html>";
response = MHD_create_response_from_buffer(strlen(errorstr), (void*)errorstr, MHD_RESPMEM_PERSISTENT);
ret = MHD_queue_response(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, response);
return (MHD_YES);