Skip to content

Commit 4849770

Browse files
committed
fix(sprout): make secure boot warning more specific
1 parent 34ac57d commit 4849770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sprout/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const DELAY_ON_ERROR: Duration = Duration::from_secs(10);
8888
fn run() -> Result<()> {
8989
// For safety reasons, we will note that Secure Boot is in beta on Sprout.
9090
if SecureBoot::enabled().context("unable to determine Secure Boot status")? {
91-
warn!("Secure Boot is enabled. Sprout Secure Boot is in beta.");
91+
warn!("Sprout Secure Boot is in beta. Some functionality may not work as expected.");
9292
}
9393

9494
// Start the platform timer.

0 commit comments

Comments
 (0)