Skip to content

Commit

Permalink
Fix strange expression
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpo-head committed Nov 7, 2021
1 parent 7c07f2f commit ddaccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrod/distrod/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fn enable_wsl_exec_hook(opts: EnableOpts) -> Result<()> {
&wsl_interop::get_distro_name().with_context(|| "Failed to get the distro name.")?,
)
.with_context(|| "Failed to enable the autostart on Windows boot.")?;
log::info!("Now Distrod has been launched on Windows boot.");
log::info!("Distrod will now start automatically on Windows startup.");
}
Ok(())
}
Expand Down

0 comments on commit ddaccd9

Please sign in to comment.