From b58d43a0a3dcd4e2bc62a9c631ea9c3e93716cb3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 25 Oct 2024 12:13:19 +0100 Subject: [PATCH] Avoid | notation in log messages We used to use the notation `|` fairly widely in log messages, but since the transition to rust crypto, it's unusual and now somewhat confusing. Make the log messages more explicit. --- src/rust-crypto/rust-crypto.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust-crypto/rust-crypto.ts b/src/rust-crypto/rust-crypto.ts index 3b12c009db..6f5e0af6c6 100644 --- a/src/rust-crypto/rust-crypto.ts +++ b/src/rust-crypto/rust-crypto.ts @@ -1537,7 +1537,7 @@ export class RustCrypto extends TypedEventEmitter