summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-05 09:34:14 +0200
committerdefault <nobody@localhost>2024-05-05 09:34:14 +0200
commitaa95a45a7f0e5d98f673b782821163081a491f43 (patch)
treef84e04faaac27e9c06bd29fa32ea6dccc90ca56d /webfinger.c
parentb4293f3c38f5395d31ef3aef78a46e4c9148ea0a (diff)
More logging.
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c
index 50600b0..7255ae2 100644
--- 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;
}