afb-hsrv: Lower the "no handler" message
[src/app-framework-binder.git] / src / afb-hsrv.c
index 7e680cc..1a4d1ad 100644 (file)
@@ -237,7 +237,7 @@ static int access_handler(
        }
 
        /* no handler */
-       WARNING("Unhandled request to %s", hreq->url);
+       NOTICE("Unhandled request to %s", hreq->url);
        afb_hreq_reply_error(hreq, MHD_HTTP_NOT_FOUND);
        return MHD_YES;
 }