aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afb-hsrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c
index 7e680cc4..1a4d1ad0 100644
--- a/src/afb-hsrv.c
+++ b/src/afb-hsrv.c
@@ -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;
}