Browse Source

Log check_signature() errors.

default 2 years ago
parent
commit
f5ac531c92
1 changed files with 2 additions and 0 deletions
  1. 2 0
      http.c

+ 2 - 0
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;