commit aa95a45a7f0e5d98f673b782821163081a491f43
parent b4293f3c38f5395d31ef3aef78a46e4c9148ea0a
Author: default <nobody@localhost>
Date: Sun, 5 May 2024 09:34:14 +0200
More logging.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webfinger.c b/webfinger.c
@@ -219,7 +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));
+ srv_debug(1, xs_fmt("webfinger_get_handler resource=%s %d", resource, status));
return status;
}