summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--talpid-tunnel-config-client/src/classic_mceliece.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-tunnel-config-client/src/classic_mceliece.rs b/talpid-tunnel-config-client/src/classic_mceliece.rs
index ba0888e340..93de357cdd 100644
--- a/talpid-tunnel-config-client/src/classic_mceliece.rs
+++ b/talpid-tunnel-config-client/src/classic_mceliece.rs
@@ -63,7 +63,7 @@ pub async fn generate_keys() -> KeyPair {
.await
.recv()
.await
- .expect("Failed to receive key pair, generating working expectedly closed.")
+ .expect("Expected to receive key pair, but key generator has been stopped.")
}
/// Returns a receiver for McEliece key pairs used by PQ tunnels. These are generated in a separate