From b4293f3c38f5395d31ef3aef78a46e4c9148ea0a Mon Sep 17 00:00:00 2001 From: default Date: Sun, 5 May 2024 09:30:24 +0200 Subject: [PATCH] More logging. --- webfinger.c | 2 ++ 1 file changed, 2 insertions(+) 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; }