Log check_signature() errors.

This commit is contained in:
default 2023-01-09 08:11:29 +01:00
parent d4e7df4c21
commit f5ac531c92

2
http.c
View File

@ -217,6 +217,8 @@ int check_signature(snac *snac, char *req)
xs *err = NULL;
if ((ret = _check_signature(snac, req, &err)) == 0) {
snac_debug(snac, 1, xs_fmt("check_signature %s", err));
xs *ntid = tid(0);
xs *fn = xs_fmt("%s/error/check_signature_%s", srv_basedir, ntid);
FILE *f;