We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06f7c2 commit 33096c7Copy full SHA for 33096c7
crates/config/src/sections/secrets.rs
@@ -347,7 +347,7 @@ impl SecretsConfig {
347
let ec_p384_key = task::spawn_blocking(move || {
348
let _entered = span.enter();
349
let ret = PrivateKey::generate_ec_p384(key_rng);
350
- info!("Done generating EC P-256 key");
+ info!("Done generating EC P-384 key");
351
ret
352
})
353
.await
0 commit comments