Skip to content

Commit ddaccd9

Browse files
committed
Fix strange expression
1 parent 7c07f2f commit ddaccd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distrod/distrod/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ fn enable_wsl_exec_hook(opts: EnableOpts) -> Result<()> {
210210
&wsl_interop::get_distro_name().with_context(|| "Failed to get the distro name.")?,
211211
)
212212
.with_context(|| "Failed to enable the autostart on Windows boot.")?;
213-
log::info!("Now Distrod has been launched on Windows boot.");
213+
log::info!("Distrod will now start automatically on Windows startup.");
214214
}
215215
Ok(())
216216
}

0 commit comments

Comments
 (0)