snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit b4293f3c38f5395d31ef3aef78a46e4c9148ea0a
parent 79df266bfe68d9ab74378780aaf99546300a836d
Author: default <nobody@localhost>
Date:   Sun,  5 May 2024 09:30:24 +0200

More logging.

Diffstat:
Mwebfinger.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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; }