diff options
author | default <nobody@localhost> | 2023-01-09 08:11:29 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-09 08:11:29 +0100 |
commit | f5ac531c923bbe0a779fa9c5688ff20b43130359 (patch) | |
tree | 2da4f062744f7869fcb926af8702bc891603b7f8 /http.c | |
parent | d4e7df4c2163a54a35bf68a0731ab685c3d47993 (diff) |
Log check_signature() errors.
Diffstat (limited to 'http.c')
-rw-r--r-- | http.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |