commit f5ac531c923bbe0a779fa9c5688ff20b43130359
parent d4e7df4c2163a54a35bf68a0731ab685c3d47993
Author: default <nobody@localhost>
Date: Mon, 9 Jan 2023 08:11:29 +0100
Log check_signature() errors.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/http.c b/http.c
@@ -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;