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.
2 parents d06f7c2 + 33096c7 commit c7d0828Copy full SHA for c7d0828
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