mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
More logging.
This commit is contained in:
parent
79df266bfe
commit
b4293f3c38
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue