diff options
author | default <nobody@localhost> | 2024-05-05 09:30:24 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-05 09:30:24 +0200 |
commit | b4293f3c38f5395d31ef3aef78a46e4c9148ea0a (patch) | |
tree | 28d7e38616279bb59387f5ebc0b159b730f2461f /webfinger.c | |
parent | 79df266bfe68d9ab74378780aaf99546300a836d (diff) |
More logging.
Diffstat (limited to 'webfinger.c')
-rw-r--r-- | webfinger.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |