mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
More logging.
This commit is contained in:
parent
b4293f3c38
commit
aa95a45a7f
@ -219,7 +219,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path,
|
|||||||
else
|
else
|
||||||
status = 404;
|
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;
|
return status;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user