From 157209e9b5eae7a0cfd945255cd069754da557ac Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 3 Feb 2022 02:14:50 +0000 Subject: [PATCH] Debugging a thing. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3814 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/ssb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssb.c b/src/ssb.c index 025936dc..9deb3009 100644 --- a/src/ssb.c +++ b/src/ssb.c @@ -536,7 +536,7 @@ static bool _tf_ssb_verify_and_strip_signature_internal(JSContext* context, JSVa } else { - printf("base64 decode sig fail\n"); + printf("base64 decode sig fail [%.*s]\n", (int)(sigkind - str), str); } } else