log keyid
This commit is contained in:
parent
75a2f1c1e8
commit
4310229ca5
|
@ -105,7 +105,7 @@ export class InboxProcessorService {
|
|||
if (authUser.key == null) {
|
||||
// publicKeyがないのはpublicKeyの変更(主にmain→ed25519)に
|
||||
// 対応しきれていない場合があるためリトライする
|
||||
throw new Error('skip: failed to resolve user publicKey');
|
||||
throw new Error(`skip: failed to resolve user publicKey: keyId=${signature.keyId}`);
|
||||
}
|
||||
|
||||
// HTTP-Signatureの検証
|
||||
|
|
Loading…
Reference in New Issue