More logging.

This commit is contained in:
default 2024-05-05 09:30:24 +02:00
parent 79df266bfe
commit b4293f3c38

View File

@ -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;
}