X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhttp-svc.c;h=839fc2ffc9620d13270b69d697841fab3b0391dc;hb=a4b35de73384d4394b5201838c1c785355d9a7fd;hp=3b9db7ad2a4b5c6c95ba0fa662b3ad6516f954dd;hpb=9b0f0c14da41424fc0ab50cc9a71499dcb307bd0;p=src%2Fapp-framework-binder.git 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 = "Alsa-Json-Gateway Unknown or Not readable file"; + const char *errorstr = "AFB-Daemon File Not Find file"; 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);