diff --git a/webfinger.c b/webfinger.c index 5b13d2f..50600b0 100644 --- a/webfinger.c +++ b/webfinger.c @@ -219,5 +219,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path, else status = 404; + srv_debug(1, xs_fmt("webfinger_get_handler: resource=%s", resource)); + return status; }