From 3cc3bd07285bad2ed32c29dbe75283d8df94c7e6 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:48:44 +0100 Subject: [PATCH] Avoid | notation in log messages (#4473) 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 3b12c009d..6f5e0af6c 100644 --- a/src/rust-crypto/rust-crypto.ts +++ b/src/rust-crypto/rust-crypto.ts @@ -1537,7 +1537,7 @@ export class RustCrypto extends TypedEventEmitter