Ugg, need to get this talking SSB properly.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3677 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-10-28 02:19:57 +00:00
parent 62ad08985c
commit 256c47c33c
2 changed files with 14 additions and 11 deletions

View File

@ -494,7 +494,7 @@ bool tf_ssb_verify_and_strip_signature(JSContext* context, JSValue val, char* ou
}
else
{
printf("base64 decode author fail\n");
printf("base64 decode author[%.*s] fail (%d)\n", (int)(type - author_id), author_id, r);
}
JS_FreeCString(context, author);