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 7c07f2f commit ddaccd9Copy full SHA for ddaccd9
distrod/distrod/src/main.rs
@@ -210,7 +210,7 @@ fn enable_wsl_exec_hook(opts: EnableOpts) -> Result<()> {
210
&wsl_interop::get_distro_name().with_context(|| "Failed to get the distro name.")?,
211
)
212
.with_context(|| "Failed to enable the autostart on Windows boot.")?;
213
- log::info!("Now Distrod has been launched on Windows boot.");
+ log::info!("Distrod will now start automatically on Windows startup.");
214
}
215
Ok(())
216
0 commit comments