We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ac57d commit 4849770Copy full SHA for 4849770
crates/sprout/src/main.rs
@@ -88,7 +88,7 @@ const DELAY_ON_ERROR: Duration = Duration::from_secs(10);
88
fn run() -> Result<()> {
89
// For safety reasons, we will note that Secure Boot is in beta on Sprout.
90
if SecureBoot::enabled().context("unable to determine Secure Boot status")? {
91
- warn!("Secure Boot is enabled. Sprout Secure Boot is in beta.");
+ warn!("Sprout Secure Boot is in beta. Some functionality may not work as expected.");
92
}
93
94
// Start the platform timer.
0 commit comments